fixed syntax error in configure.in
This commit is contained in:
parent
910733f29e
commit
b3cad36d59
|
@ -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]]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue