diff configure.ac @ 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 f7a807db8e03
children 3456b3ce0775
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, ,