diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/minizip/configure.ac | 2 |
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]) | |||
7 | LT_INIT | 7 | LT_INIT |
8 | 8 | ||
9 | AC_MSG_CHECKING([whether to build example programs]) | 9 | AC_MSG_CHECKING([whether to build example programs]) |
10 | AC_ARG_ENABLE([demos], AC_HELP_STRING([--enable-demos], [build example programs])) | 10 | AC_ARG_ENABLE([demos], AS_HELP_STRING([--enable-demos], [build example programs])) |
11 | AM_CONDITIONAL([COND_DEMOS], [test "$enable_demos" = yes]) | 11 | AM_CONDITIONAL([COND_DEMOS], [test "$enable_demos" = yes]) |
12 | if test "$enable_demos" = yes | 12 | if test "$enable_demos" = yes |
13 | then | 13 | then |