fixed syntax error in configure.in

This commit is contained in:
Arvid Norberg 2006-09-27 20:04:49 +00:00
parent 910733f29e
commit b3cad36d59
1 changed files with 1 additions and 1 deletions

View File

@ -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]]
)