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
|
dnl Check whether the examples should be build
|
||||||
AC_ARG_ENABLE(
|
AC_ARG_ENABLE(
|
||||||
[examples],
|
[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=$enableval]],
|
||||||
[[examples=no]]
|
[[examples=no]]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue