summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-01-08 01:27:19 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-01-08 01:27:19 -0500
commita89e94e0bf010af76fe09d70886f0ba83869938d (patch)
tree947bbc2b9fea3ebca5523b64772c7cbb2129db88 /configure.ac
parent35675284a206bec76c2da7d2974d8599089f6cd0 (diff)
downloadlighttpd-git-a89e94e0bf010af76fe09d70886f0ba83869938d.tar.gz
[autoconf] fix LT_INIT syntax
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 691f15c5..c234af9c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,7 +83,7 @@ AM_CONDITIONAL([LIGHTTPD_STATIC], [test "$LIGHTTPD_STATIC" = yes])
AC_EXEEXT
dnl libtool
-LT_INIT([dlopen,disable-static,enable-shared])
+LT_INIT([dlopen disable-static shared])
dnl for solaris
CPPFLAGS="${CPPFLAGS} -D_REENTRANT"