[PATCH 05/10] Properly quote arguments for AC_LIBOBJ.

Tiziano Müller tiziano.mueller at stepping-stone.ch
Wed Apr 8 05:29:37 MDT 2015


---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 58d0843..ebfd30a 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],
-- 
2.2.1



More information about the rsync mailing list