summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-07 15:22:49 +0000
committerSascha Schumann <sas@php.net>1999-12-07 15:22:49 +0000
commit7ac99e5aa347144bc2dcc7bcaa59500d275fcaf6 (patch)
tree1834c5bdead5ab5681465c679ef255febc4d9a34
parentf02f67e83ce803b54cb196121f945cd2e338cdce (diff)
downloadphp-git-7ac99e5aa347144bc2dcc7bcaa59500d275fcaf6.tar.gz
Move it to the right place
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 597aeabf92..575fcd6233 100644
--- a/configure.in
+++ b/configure.in
@@ -737,12 +737,13 @@ phptempdir="`pwd`/libs"
AC_SUBST(phplibdir)
AC_SUBST(phptempdir)
EXTRA_LIBS="$EXTRA_LIBS $LIBS"
-EXTRA_LDFLAGS="$EXTRA_LDFLAGS $PHP_LDFLAGS"
LIBS=""
LDFLAGS=""
AC_BUILD_RPATH
+EXTRA_LDFLAGS="$EXTRA_LDFLAGS $PHP_LDFLAGS"
+
AC_SUBST(CFLAGS)
AC_SUBST(PROG_SENDMAIL)
AC_SUBST(PHP_RPATHS)