Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/configure.in Tue Aug 08 20:55:17 2000 +0000 +++ b/configure.in Tue Aug 08 21:03:07 2000 +0000 @@ -27,7 +27,7 @@ dnl Checks for library functions. AC_TYPE_SIGNAL AC_FUNC_STRFTIME -AC_CHECK_FUNCS(socket strdup strstr atexit) +AC_CHECK_FUNCS(socket strdup strstr atexit getaddrinfo) dnl This is a bad, bad hack. I am a bad, bad man. CFLAGS="$CFLAGS -I/usr/local/include -I/opt/include -I../"