comparison console/libgnt/configure.ac @ 14228:c18bdf510325

[gaim-migrate @ 16910] Fix autogen.sh to run glib-gettextize Fix CFLAGS when gstreamer is not installed Make things work with gtk < 2.6, in part by borrowing some code from gdk Don't link gntgaim with gstreamer, xss or sm committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 20 Aug 2006 17:49:58 +0000
parents 61ba85cf05a6
children dda138722bb9
comparison
equal deleted inserted replaced
14227:f306918687a4 14228:c18bdf510325
214 DEBUG_CFLAGS="-Wall $DEBUG_CFLAGS" 214 DEBUG_CFLAGS="-Wall $DEBUG_CFLAGS"
215 CFLAGS="-g $CFLAGS" 215 CFLAGS="-g $CFLAGS"
216 fi 216 fi
217 AC_SUBST(CFLAGS) 217 AC_SUBST(CFLAGS)
218 218
219 PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.0.0 gobject-2.0 gmodule-2.0], 219 PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.0.0 gobject-2.0 gmodule-2.0],,
220 [
221 AC_SUBST(GLIB_CFLAGS)
222 AC_SUBST(GLIB_LIBS)
223 ],
224 [ 220 [
225 AC_MSG_ERROR([ 221 AC_MSG_ERROR([
226 *** GLib 2.0 is required to build Gaim; please make sure you have the GLib 222 *** GLib 2.0 is required to build Gaim; please make sure you have the GLib
227 *** development headers installed. The latest version of GLib is 223 *** development headers installed. The latest version of GLib is
228 *** always available at http://www.gtk.org/.]) 224 *** always available at http://www.gtk.org/.])
229 ]) 225 ])
226 AC_SUBST(GLIB_CFLAGS)
227 AC_SUBST(GLIB_LIBS)
230 228
231 229
232 AC_MSG_CHECKING(for me pot o' gold) 230 AC_MSG_CHECKING(for me pot o' gold)
233 AC_MSG_RESULT(no) 231 AC_MSG_RESULT(no)
234 AC_CHECK_FUNCS(gethostid lrand48) 232 AC_CHECK_FUNCS(gethostid lrand48)