diff options
author | Martin Szulecki | 2014-07-26 17:10:17 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-09-19 18:54:02 +0200 |
commit | 4da0a2f6f5e9634dd1dd99a8faf3374e8cfc6b1c (patch) | |
tree | bbabd6279f00ccc250059e6caa3931e124c46079 /configure.ac | |
parent | 577538f213cd7132c7450db393fd6fef6bb46b5a (diff) | |
download | usbmuxd-4da0a2f6f5e9634dd1dd99a8faf3374e8cfc6b1c.tar.gz usbmuxd-4da0a2f6f5e9634dd1dd99a8faf3374e8cfc6b1c.tar.bz2 |
Fix description format for default value in AC_ARG_WITH of preflight argument
Diffstat (limited to 'configure.ac')
-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]) |