AC_HELP_STRING is deprecated

SVN revision: 32653
This commit is contained in:
Sebastian Dransfeld 2007-11-13 06:39:04 +00:00
parent 8edc7a799c
commit 221e83cbdc
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ AC_SUBST(MODULE_ARCH)
AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture")
AC_ARG_WITH(enlightenment-config,
AC_HELP_STRING([--with-enlightenment-config=E_CONFIG], [use enlightenment-config specified]),
AS_HELP_STRING([--with-enlightenment-config=E_CONFIG], [use enlightenment-config specified]),
[
E_CONFIG=$withval;
echo "using "$E_CONFIG" for enlightenment-config";