# HG changeset patch # User Christian Hammond # Date 1068168522 0 # Node ID 81959bd9fe1f7b88282c77081b5cbac2925ed88f # Parent 685736e14aacbd22b1a9a14047f46408aa09926b [gaim-migrate @ 8063] See if the newest autoconf likes this a little more. committer: Tailor Script diff -r 685736e14aac -r 81959bd9fe1f configure.ac --- 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, ,