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  AC_ARG_WITH([preflight],              [AS_HELP_STRING([--without-preflight], -            [do not build with preflight worker support (default is yes)])], +            [do not build with preflight worker support @<:@default=yes@:>@])],              [with_preflight=no],              [with_preflight=yes]) | 
