summaryrefslogtreecommitdiff
path: root/ext/mysql
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>1999-04-25 14:10:23 +0000
committerRasmus Lerdorf <rasmus@php.net>1999-04-25 14:10:23 +0000
commitc4442ed7c56de371cb8d76b6a2148b48f5889e1b (patch)
tree474692f16f67f8b550bc46bfff4195db2f680675 /ext/mysql
parentac9c0d03e0dfc527bb6091cf5cbd5277a3512bce (diff)
downloadphp-git-c4442ed7c56de371cb8d76b6a2148b48f5889e1b.tar.gz
Ok, this beast compiles via --with-apxs
Not sure if it actually works yet though. I have a feeling there are some -fpic flags missing in the libzend build. Will test later on today.
Diffstat (limited to 'ext/mysql')
-rw-r--r--ext/mysql/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/config.m4 b/ext/mysql/config.m4
index 8f2e24ef25..59cf779197 100644
--- a/ext/mysql/config.m4
+++ b/ext/mysql/config.m4
@@ -38,7 +38,7 @@ AC_ARG_WITH(mysql,
fi
MYSQL_INCLUDE=-I$MYSQL_INCDIR
if test -n "$APXS"; then
- MYSQL_LFLAGS="'${apxs_runpath_switch}$MYSQL_LIBDIR' -L$MYSQL_LIBDIR"
+ MYSQL_LFLAGS="${apxs_runpath_switch}$MYSQL_LIBDIR' -L$MYSQL_LIBDIR"
else
MYSQL_LFLAGS="${ld_runpath_switch}$MYSQL_LIBDIR -L$MYSQL_LIBDIR"
fi