comparison configure.ac @ 2862:ad4057cb228f

[gaim-migrate @ 2875] i'm not like them, but i can pretend. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 09 Dec 2001 13:18:58 +0000
parents b1e300a85678
children 02f048b66155
comparison
equal deleted inserted replaced
2861:5d7e0a730c7f 2862:ad4057cb228f
165 fi 165 fi
166 fi 166 fi
167 fi 167 fi
168 168
169 if test "x$enable_gnome" != "xyes" -a "x$enable_gtk2" != "xyes" ; then 169 if test "x$enable_gnome" != "xyes" -a "x$enable_gtk2" != "xyes" ; then
170 AM_PATH_GLIB(1.2.3,,AC_MSG_ERROR([ 170 AM_PATH_GLIB(1.2.5,,AC_MSG_ERROR([
171 *** GLib is required to build Gaim; please make sure you have the GLib 171 *** GLib is required to build Gaim; please make sure you have the GLib
172 *** development headers installed. The latest version of GLib is 172 *** development headers installed. The latest version of GLib is
173 *** always available at http://www.gtk.org/.])) 173 *** always available at http://www.gtk.org/.]))
174 AM_PATH_GTK(1.2.3,,AC_MSG_ERROR([ 174 AM_PATH_GTK(1.2.5,,AC_MSG_ERROR([
175 *** GTK+ is required to build Gaim; please make sure you have the GTK+ 175 *** GTK+ is required to build Gaim; please make sure you have the GTK+
176 *** development headers installed. The latest version of GTK+ is 176 *** development headers installed. The latest version of GTK+ is
177 *** always available at http://www.gtk.org/.])) 177 *** always available at http://www.gtk.org/.]))
178 UI_LIBS="$UI_LIBS $GTK_LIBS" 178 UI_LIBS="$UI_LIBS $GTK_LIBS"
179 AC_PATH_PROG(gaimpath, gaim) 179 AC_PATH_PROG(gaimpath, gaim)