summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-02-29 13:02:29 +0000
committerSascha Schumann <sas@php.net>2000-02-29 13:02:29 +0000
commitc5977f650317d903f12c4abdb4fcec013787182c (patch)
tree8874b30922246f7da3f9e637446164290745f489 /configure.in
parent4c7af667a750eed929b507acb1dcc30ca441e401 (diff)
downloadphp-git-c5977f650317d903f12c4abdb4fcec013787182c.tar.gz
AD_ADD_LIBRARY_DEFER allows people to add libraries in a deferred way
(needed for imap and recode)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5fae5b2409..edae80e588 100644
--- a/configure.in
+++ b/configure.in
@@ -674,7 +674,7 @@ dnl test -n "$GCC" && CFLAGS="$CFLAGS -fpic"
dnl add -fPIC option on Solaris if we are building dynamic extensions
dnl PHP_SOLARIS_PIC_WEIRDNESS
-EXTRA_LIBS="$EXTRA_LIBS $LIBS"
+EXTRA_LIBS="$EXTRA_LIBS $DLIBS $LIBS"
LIBS=""
LDFLAGS=""
if test "$PHP_THREAD_SAFETY" = "yes"; then