From 8e3a6db842ef76f5fb262cbb92cad99479e6db36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiziano=20M=C3=BCller?= Date: Wed, 8 Apr 2015 13:29:37 +0200 Subject: Properly quote arguments for AC_LIBOBJ. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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], -- cgit v1.2.3