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:
parent
a6529c2c59
commit
86c22dec4f
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue