aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-02-19 21:16:55 -0600
committerBrent Cook <bcook@openbsd.org>2015-02-19 21:16:55 -0600
commit49d80f0e8924cfa1df89bfddad0385c20843af1d (patch)
tree1158037546b7f7eb582aaa59b84e7a7caa6b719a
parenta859b93ff583300349ee0b7fb8231cf6c387e269 (diff)
downloadportable-49d80f0e8924cfa1df89bfddad0385c20843af1d.tar.gz
portable-49d80f0e8924cfa1df89bfddad0385c20843af1d.tar.bz2
portable-49d80f0e8924cfa1df89bfddad0385c20843af1d.zip
add missing line continuation
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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],
228 228
229# overrides for issetugid implementations with known issues 229# overrides for issetugid implementations with known issues
230AM_CONDITIONAL([HAVE_ISSETUGID], 230AM_CONDITIONAL([HAVE_ISSETUGID],
231 [test "x$HOST_OS" != xdarwin 231 [test "x$HOST_OS" != xdarwin \
232 -a "x$ac_cv_func_issetugid" = xyes]) 232 -a "x$ac_cv_func_issetugid" = xyes])
233 233
234AC_CACHE_CHECK([whether va_copy exists], ac_cv_have_va_copy, [ 234AC_CACHE_CHECK([whether va_copy exists], ac_cv_have_va_copy, [