configure.ac

changeset 2710
274f450b4aad
parent 2708
f5d9cdf41771
child 2711
48250db2892e
equal deleted inserted replaced
2709:bf00e37f14b3 2710:274f450b4aad
138 fi 138 fi
139 fi 139 fi
140 fi 140 fi
141 141
142 if test "x$enable_gnome" != "xyes" ; then 142 if test "x$enable_gnome" != "xyes" ; then
143 AM_PATH_GLIB(1.2.0,,AC_MSG_ERROR([ 143 AM_PATH_GLIB(1.2.3,,AC_MSG_ERROR([
144 *** GLib is required to build Gaim; please make sure you have the GLib 144 *** GLib is required to build Gaim; please make sure you have the GLib
145 *** development headers installed. The latest version of GLib is 145 *** development headers installed. The latest version of GLib is
146 *** always available at http://www.gtk.org/.])) 146 *** always available at http://www.gtk.org/.]))
147 AM_PATH_GTK(1.2.0,,AC_MSG_ERROR([ 147 AM_PATH_GTK(1.2.3,,AC_MSG_ERROR([
148 *** GTK+ is required to build Gaim; please make sure you have the GTK+ 148 *** GTK+ is required to build Gaim; please make sure you have the GTK+
149 *** development headers installed. The latest version of GTK+ is 149 *** development headers installed. The latest version of GTK+ is
150 *** always available at http://www.gtk.org/.]),gthread) 150 *** always available at http://www.gtk.org/.]),gthread)
151 UI_LIBS="$UI_LIBS $GTK_LIBS" 151 UI_LIBS="$UI_LIBS $GTK_LIBS"
152 AC_PATH_PROG(gaimpath, gaim) 152 AC_PATH_PROG(gaimpath, gaim)

mercurial