]> The Tcpdump Group git mirrors - libpcap/commitdiff
Quote the argument to AC_LIBOBJ(), so we can close a bug.
authorGuy Harris <[email protected]>
Thu, 5 May 2011 09:07:50 +0000 (02:07 -0700)
committerGuy Harris <[email protected]>
Thu, 5 May 2011 09:07:50 +0000 (02:07 -0700)
It doesn't make any difference with the version of autoconf on my
machine (2.61), but it means I no longer have to worry about the bug in
question.

configure.in

index f5049264c9f4ae2580e08ec1803c06737917ef8b..9d25a84d05afeb0b27bafa9aed3c1c1993ff722a 100644 (file)
@@ -152,7 +152,7 @@ needsnprintf=no
 AC_CHECK_FUNCS(vsnprintf snprintf,,
        [needsnprintf=yes])
 if test $needsnprintf = yes; then
-       AC_LIBOBJ(snprintf)
+       AC_LIBOBJ([snprintf])
 fi
 
 #