comparison configure.in @ 1770:7249312f46dc

[gaim-migrate @ 1780] someone yesterday had a problem compiling gaim because this was only a warning instead of an error. so i made it an error. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 29 Apr 2001 01:33:09 +0000
parents d2357b148870
children 9bc21732ba79
comparison
equal deleted inserted replaced
1769:68eddf56f419 1770:7249312f46dc
95 fi 95 fi
96 fi 96 fi
97 fi 97 fi
98 98
99 if test "x$enable_gnome" != "xyes" ; then 99 if test "x$enable_gnome" != "xyes" ; then
100 AM_PATH_GLIB(1.2.0) 100 AM_PATH_GLIB(1.2.0,,AC_MSG_ERROR([
101 AM_PATH_GTK(1.2.0,,,gthread) 101 *** GLib is required to build Gaim; please make sure you have the GLib
102 *** development headers installed. The latest version of GLib is
103 *** always available at http://www.gtk.org/.]))
104 AM_PATH_GTK(1.2.0,,AC_MSG_ERROR([
105 *** GTK+ is required to build Gaim; please make sure you have the GTK+
106 *** development headers installed. The latest version of GTK+ is
107 *** always available at http://www.gtk.org/.]),gthread)
102 LIBS="$LIBS $GTK_LIBS" 108 LIBS="$LIBS $GTK_LIBS"
103 AC_PATH_PROG(gaimpath, gaim) 109 AC_PATH_PROG(gaimpath, gaim)
104 fi 110 fi
105 CFLAGS="$CFLAGS $GTK_CFLAGS" 111 CFLAGS="$CFLAGS $GTK_CFLAGS"
106 112