diff options
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 33f6151..8936bbc 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -23,7 +23,7 @@ AC_CHECK_LIB(pthread, [pthread_create, pthread_mutex_lock], [AC_SUBST(libpthread | |||
| 23 | 23 | ||
| 24 | AC_ARG_WITH([preflight], | 24 | AC_ARG_WITH([preflight], |
| 25 | [AS_HELP_STRING([--without-preflight], | 25 | [AS_HELP_STRING([--without-preflight], |
| 26 | [do not build with preflight worker support (default is yes)])], | 26 | [do not build with preflight worker support @<:@default=yes@:>@])], |
| 27 | [with_preflight=no], | 27 | [with_preflight=no], |
| 28 | [with_preflight=yes]) | 28 | [with_preflight=yes]) |
| 29 | 29 | ||
