We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba25b2 commit 1b70083Copy full SHA for 1b70083
contrib/minizip/configure.ac
@@ -7,7 +7,7 @@ AM_INIT_AUTOMAKE([foreign])
7
LT_INIT
8
9
AC_MSG_CHECKING([whether to build example programs])
10
-AC_ARG_ENABLE([demos], AC_HELP_STRING([--enable-demos], [build example programs]))
+AC_ARG_ENABLE([demos], AS_HELP_STRING([--enable-demos], [build example programs]))
11
AM_CONDITIONAL([COND_DEMOS], [test "$enable_demos" = yes])
12
if test "$enable_demos" = yes
13
then
0 commit comments