Use AC_HELP_STRING instead of AS_HELP_STRING.

The later causes a warning under MinGW. The former appears
to work everywhere.
This commit is contained in:
Cary R 2009-03-26 15:40:08 -07:00 committed by Stephen Williams
parent a6529c2c59
commit 86c22dec4f
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ fi
AC_SUBST(HAVE_LIBBZ2)
# valgrind checks
AC_ARG_WITH([valgrind], [AS_HELP_STRING([--with-valgrind],
AC_ARG_WITH([valgrind], [AC_HELP_STRING([--with-valgrind],
[Add valgrind hooks])],
[], [check_valgrind=yes])