aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/minizip/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/minizip/configure.ac b/contrib/minizip/configure.ac
index 6e3fff3..860c6ba 100644
--- a/contrib/minizip/configure.ac
+++ b/contrib/minizip/configure.ac
@@ -7,7 +7,7 @@ AM_INIT_AUTOMAKE([foreign])
7LT_INIT 7LT_INIT
8 8
9AC_MSG_CHECKING([whether to build example programs]) 9AC_MSG_CHECKING([whether to build example programs])
10AC_ARG_ENABLE([demos], AC_HELP_STRING([--enable-demos], [build example programs])) 10AC_ARG_ENABLE([demos], AS_HELP_STRING([--enable-demos], [build example programs]))
11AM_CONDITIONAL([COND_DEMOS], [test "$enable_demos" = yes]) 11AM_CONDITIONAL([COND_DEMOS], [test "$enable_demos" = yes])
12if test "$enable_demos" = yes 12if test "$enable_demos" = yes
13then 13then