From 49d80f0e8924cfa1df89bfddad0385c20843af1d Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 19 Feb 2015 21:16:55 -0600 Subject: [PATCH] add missing line continuation --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 391b232..66e9555 100644 --- a/configure.ac +++ b/configure.ac @@ -228,7 +228,7 @@ AM_CONDITIONAL([HAVE_ARC4RANDOM_BUF], # overrides for issetugid implementations with known issues AM_CONDITIONAL([HAVE_ISSETUGID], - [test "x$HOST_OS" != xdarwin + [test "x$HOST_OS" != xdarwin \ -a "x$ac_cv_func_issetugid" = xyes]) AC_CACHE_CHECK([whether va_copy exists], ac_cv_have_va_copy, [