Skip to content

Commit 1b70083

Browse files
matlo607madler
authored andcommitted
Replace autotools macro AC_HELP_STRING with AS_HELP_STRING.
In minizip's configure.ac. AC_HELP_STRING is obsolete.
1 parent 2ba25b2 commit 1b70083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/minizip/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AM_INIT_AUTOMAKE([foreign])
77
LT_INIT
88

99
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]))
1111
AM_CONDITIONAL([COND_DEMOS], [test "$enable_demos" = yes])
1212
if test "$enable_demos" = yes
1313
then

0 commit comments

Comments
 (0)