diff options
-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 |