replace AC_HELP_STRING with AS_HELP_STRING
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14147 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -8,7 +8,7 @@ if test "$PTHREADS_LIBS" = "" ; then
|
||||
fi
|
||||
|
||||
AC_ARG_ENABLE(pthread-support,
|
||||
AC_HELP_STRING([--enable-pthread-support],
|
||||
AS_HELP_STRING([--enable-pthread-support],
|
||||
[if you want thread safe libraries]),
|
||||
[],[enable_pthread_support=maybe])
|
||||
if test "$enable_pthread_support" = maybe; then
|
||||
|
Reference in New Issue
Block a user