g-wrap-1.3.2 configure problem

shakerlxxv@bigfoot.com shakerlxxv@bigfoot.com
Sun, 20 Jan 2002 02:24:24 -0600


--a8Wt8u1KmwUX3Y2C
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

I had a problem while attempting to build=20
g-wrap-1.3.2. It did not use the

# gtk-config --cflags

in the determined CFLAGS. So the build=20
failed, not finding my gtk header files.

I believe make the following change to configure.in
will fix this problem.

*** g-wrap-1.3.2/configure.in	Mon Jan  7 10:09:42 2002
--- g-wrap-1.3.2-work/configure.in	Sun Jan 20 01:25:40 2002
***************
*** 139,150 ****
  #########################################################################=
##
  ### Check for and set up gtk
 =20
! AC_PATH_PROG(GW_GTK_CONFIG, gtk-config)
! AM_CONDITIONAL(GW_HAVE_GTK, test ${GW_GTK_CONFIG}x !=3D x)
! if test ${GW_GTK_CONFIG}x !=3D x
! then
!   AC_DEFINE(GW_HAVE_GTK,1,[Do we have gtk?])
! fi
 =20
  #########################################################################=
##
  ### Check for and set up gnome-guile/guile-gtk
--- 139,145 ----
  #########################################################################=
##
  ### Check for and set up gtk
 =20
! AM_PATH_GTK(1.2.0, ,AC_MSG_ERROR(Cannot find GTK: Is gtk-config in path?))
 =20
  #########################################################################=
##
  ### Check for and set up gnome-guile/guile-gtk

The AM_PATH_GTK macro is provided in the gtk.m4 file.

shaker

--a8Wt8u1KmwUX3Y2C
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8Sn645waXGgH7TzARAt0mAJ41fVclv72l8ctiWzSxD3gPV13A8wCggomT
SGya14M2EmuwHj/HhKoOF2Y=
=eD3W
-----END PGP SIGNATURE-----

--a8Wt8u1KmwUX3Y2C--