option
- use AS_HELP_STRING instead of AC_HELP_STRING
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2091
94cd875c-1c1d-0410-91d2-
eb244daf1a30
: ${DIETFLAGS=-Os}
AC_ARG_ENABLE([dietlibc],
- [AC_HELP_STRING([--disable-dietlibc],
- [do not use dietlibc (default: use dietlibc)])],
+ [AS_HELP_STRING([--disable-dietlibc],
+ [do not use dietlibc resp. enforce its usage
+ (with --enable-dietlibc) (default: autodetect dietlibc)])],
[case "$enableval" in
(yes) use_dietlibc=forced;;
(no) use_dietlibc=forced_no;;