diff --git a/configure.in b/configure.in index 1a5a2e720..2f4c3b912 100644 --- a/configure.in +++ b/configure.in @@ -118,7 +118,7 @@ AC_SUBST([ZLIBINCL]) dnl Check whether the examples should be build AC_ARG_ENABLE( [examples], - AS_HELP_STRING([--enable-examples]],[Build the examples. Default is not to build them.]), + AS_HELP_STRING([--enable-examples],[Build the examples. Default is not to build them.]), [[examples=$enableval]], [[examples=no]] )