Mercurial > pidgin
changeset 7451:81959bd9fe1f
[gaim-migrate @ 8063]
See if the newest autoconf likes this a little more.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Fri, 07 Nov 2003 01:28:42 +0000 |
parents | 685736e14aac |
children | 20cb73e1e964 |
files | configure.ac |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Thu Nov 06 23:29:40 2003 +0000 +++ b/configure.ac Fri Nov 07 01:28:42 2003 +0000 @@ -36,10 +36,11 @@ AC_FUNC_STRFTIME AC_CHECK_FUNCS(strdup strstr atexit) dnl Checks for getopt in standard library -AC_CHECK_FUNCS(getopt_long , , -AC_LIBOBJ(getopt) -AC_LIBOBJ(getopt1)) - +AC_CHECK_FUNCS(getopt_long,, +[ + AC_LIBOBJ(getopt) + AC_LIBOBJ(getopt1) +]) dnl Check for inet_aton AC_CHECK_FUNC(inet_aton, , [AC_CHECK_LIB(resolv, inet_aton, ,