comparison configure.in @ 640:2c0a7d245bd2

[gaim-migrate @ 650] solaris is b0rken; it doesn't have getaddrinfo; this tries to get around it committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 08 Aug 2000 21:03:07 +0000
parents a3e32af35b30
children 557a4a9cda3f
comparison
equal deleted inserted replaced
639:9a01b3fb1a9d 640:2c0a7d245bd2
25 AC_STRUCT_TM 25 AC_STRUCT_TM
26 26
27 dnl Checks for library functions. 27 dnl Checks for library functions.
28 AC_TYPE_SIGNAL 28 AC_TYPE_SIGNAL
29 AC_FUNC_STRFTIME 29 AC_FUNC_STRFTIME
30 AC_CHECK_FUNCS(socket strdup strstr atexit) 30 AC_CHECK_FUNCS(socket strdup strstr atexit getaddrinfo)
31 31
32 dnl This is a bad, bad hack. I am a bad, bad man. 32 dnl This is a bad, bad hack. I am a bad, bad man.
33 CFLAGS="$CFLAGS -I/usr/local/include -I/opt/include -I../" 33 CFLAGS="$CFLAGS -I/usr/local/include -I/opt/include -I../"
34 34
35 AC_ARG_ENABLE(distrib,,,enable_distrib=no) 35 AC_ARG_ENABLE(distrib,,,enable_distrib=no)