This website works better with JavaScript.
Home
Help
Register
Sign In
lighttpd
/
lighttpd1.4
Watch
2
Star
0
Fork
0
Code
Issues
Releases
73
Wiki
Activity
Browse Source
[autoconf] fix LT_INIT syntax
master
Glenn Strauss
1 month ago
parent
35675284a2
commit
a89e94e0bf
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure.ac
+ 1
- 1
configure.ac
View File
@ -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"
Write
Preview
Loading…
Cancel
Save