From: Tiziano Müller Date: Wed, 8 Apr 2015 11:29:37 +0000 (+0200) Subject: Properly quote arguments for AC_LIBOBJ. X-Git-Tag: v3.1.2pre1~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e3a6db842ef76f5fb262cbb92cad99479e6db36;p=thirdparty%2Frsync.git Properly quote arguments for AC_LIBOBJ. --- diff --git a/configure.ac b/configure.ac index 58d08434..ebfd30ab 100644 --- a/configure.ac +++ b/configure.ac @@ -524,9 +524,9 @@ if test x"$rsync_cv_HAVE_GETADDR_DEFINES" = x"yes" -a x"$ac_cv_type_struct_addri AC_DEFINE(HAVE_GETADDRINFO, 1, [Define to 1 if you have the "getaddrinfo" function and required types.])], [AC_MSG_RESULT([no]) - AC_LIBOBJ(getaddrinfo)])]) + AC_LIBOBJ([getaddrinfo])])]) else - AC_LIBOBJ(getaddrinfo) + AC_LIBOBJ([getaddrinfo]) fi AC_CHECK_MEMBER([struct sockaddr.sa_len],