Skip to content

Commit

Permalink
Fix description format for default value in AC_ARG_WITH of preflight …
Browse files Browse the repository at this point in the history
…argument
  • Loading branch information
FunkyM committed Sep 19, 2014
1 parent 577538f commit 4da0a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit 4da0a2f

Please sign in to comment.