From 5566b3372b49c0864217b4ece231591d916641c1 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 13 Feb 2008 09:34:40 +0100 Subject: Use AS_HELP_STRING instead of (deprecated) AC_HELP_STRING. Existence is guaranteed by libreplace. Michael (This used to be commit 90bdd0fa2ee09bab8c661c241f5d5fe8fc57016b) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/configure.in b/source3/configure.in index 074bdfaaeb..7a9c090d9d 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -5150,7 +5150,7 @@ fi # AC_ARG_WITH([static-libs], - [AC_HELP_STRING([--with-static-libs=LIBS], + [AS_HELP_STRING([--with-static-libs=LIBS], [Comma-separated list of names of (internal) libraries to link statically (instead of dynamically)])], [AS_IF([test $withval], [for lib in `echo $withval | sed -e 's/,/ /g'` ; do -- cgit