From 4da0a2f6f5e9634dd1dd99a8faf3374e8cfc6b1c Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 26 Jul 2014 17:10:17 +0200 Subject: Fix description format for default value in AC_ARG_WITH of preflight argument --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit v1.1-32-gdbae