comparison configure.ac @ 10626:06f5cc17cddc

[gaim-migrate @ 12101] Revert the change to use the g_thread based asynchronous DNS lookup. Use getaddrinfo on Win32. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 23 Feb 2005 02:35:51 +0000
parents 78a43d6e1801
children 7283a335cf23
comparison
equal deleted inserted replaced
10625:9eb235c6dc0a 10626:06f5cc17cddc
270 *** development headers installed. The latest version of GLib is 270 *** development headers installed. The latest version of GLib is
271 *** always available at http://www.gtk.org/.])) 271 *** always available at http://www.gtk.org/.]))
272 AM_PATH_GTK_2_0(2.0.0,,AC_MSG_ERROR([ 272 AM_PATH_GTK_2_0(2.0.0,,AC_MSG_ERROR([
273 *** GTK+ 2.0 is required to build Gaim; please make sure you have the GTK+ 273 *** GTK+ 2.0 is required to build Gaim; please make sure you have the GTK+
274 *** development headers installed. The latest version of GTK+ is 274 *** development headers installed. The latest version of GTK+ is
275 *** always available at http://www.gtk.org/.]), gthread) 275 *** always available at http://www.gtk.org/.]))
276 276
277 AC_PATH_PROG(gaimpath, gaim) 277 AC_PATH_PROG(gaimpath, gaim)
278 AC_SUBST(GTK_CFLAGS) 278 AC_SUBST(GTK_CFLAGS)
279 AC_SUBST(GLIB_CFLAGS) 279 AC_SUBST(GLIB_CFLAGS)
280 280