diff options
| author | Brent Cook <bcook@openbsd.org> | 2015-02-19 21:16:55 -0600 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2015-02-19 21:16:55 -0600 |
| commit | 49d80f0e8924cfa1df89bfddad0385c20843af1d (patch) | |
| tree | 1158037546b7f7eb582aaa59b84e7a7caa6b719a | |
| parent | a859b93ff583300349ee0b7fb8231cf6c387e269 (diff) | |
| download | portable-49d80f0e8924cfa1df89bfddad0385c20843af1d.tar.gz portable-49d80f0e8924cfa1df89bfddad0385c20843af1d.tar.bz2 portable-49d80f0e8924cfa1df89bfddad0385c20843af1d.zip | |
add missing line continuation
| -rw-r--r-- | configure.ac | 2 |
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 |
| 230 | AM_CONDITIONAL([HAVE_ISSETUGID], | 230 | AM_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 | ||
| 234 | AC_CACHE_CHECK([whether va_copy exists], ac_cv_have_va_copy, [ | 234 | AC_CACHE_CHECK([whether va_copy exists], ac_cv_have_va_copy, [ |
