From: Sean E. <sea...@us...> - 2002-08-27 22:04:00
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv1998 Modified Files: configure.in Log Message: Try this. Index: configure.in =================================================================== RCS file: /cvsroot/gaim/gaim/configure.in,v retrieving revision 1.126 retrieving revision 1.127 diff -u -d -r1.126 -r1.127 --- configure.in 25 Aug 2002 04:59:34 -0000 1.126 +++ configure.in 27 Aug 2002 22:03:57 -0000 1.127 @@ -120,19 +120,17 @@ fi -AM_PATH_GLIB_2_0(1.3.0,AC_MSG_ERROR([ -*** Glib 2.0 is required to build Gaim 0.60 and above. Please make sure -*** you have the Glib 2.0 development headers installed, or use our 0.59 -*** stable branch, if you'd prefer to use Glib 1.2. Glib can be found at -*** http://www.gtk.org])) -AM_PATH_GTK_2_0(1.3.0,AC_MSG_ERROR([ -*** GTK+ 2.0 is required to build Gaim 0.60 and above. Please make sure -*** you have the GTK+ 2.0 development headers installed, or use our 0.59 -*** stable branch, if you'd prefer to use GTK+ 2.0. GTK can be found at -*** http://www.gtk.org])) +AM_PATH_GLIB_2_0(1.3.0,,AC_MSG_ERROR([ +*** GLib 2.0 is required to build Gaim; please make sure you have the GLib +*** development headers installed. The latest version of GLib is +*** always available at http://www.gtk.org/.])) +AM_PATH_GTK_2_0(1.3.0,,AC_MSG_ERROR([ +*** GTK+ 2.0 is required to build Gaim; please make sure you have the GTK+ +*** development headers installed. The latest version of GTK+ is +*** always available at http://www.gtk.org/.])) + AC_PATH_PROG(gaimpath, gaim) CFLAGS="$CFLAGS $GTK_CFLAGS -DGTK_ENABLE_BROKEN" - dnl Check for XScreenSaver if test "x$enable_xss" = "xyes" ; then |