diff options
author | Michael Adam <obnox@samba.org> | 2008-02-13 09:34:40 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-13 11:03:49 +0100 |
commit | 5566b3372b49c0864217b4ece231591d916641c1 (patch) | |
tree | d5913896f754d6afc80e30d7de91921445f7dea6 /source3 | |
parent | 7c0796a494aff5836f14817c4919f0290a752472 (diff) | |
download | samba-5566b3372b49c0864217b4ece231591d916641c1.tar.gz samba-5566b3372b49c0864217b4ece231591d916641c1.tar.bz2 samba-5566b3372b49c0864217b4ece231591d916641c1.zip |
Use AS_HELP_STRING instead of (deprecated) AC_HELP_STRING.
Existence is guaranteed by libreplace.
Michael
(This used to be commit 90bdd0fa2ee09bab8c661c241f5d5fe8fc57016b)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |