summaryrefslogtreecommitdiff
path: root/ext/mysql/mysql.c
diff options
context:
space:
mode:
authorGergely Madarász <gorgo@php.net>1999-09-03 17:13:53 +0000
committerGergely Madarász <gorgo@php.net>1999-09-03 17:13:53 +0000
commitbc53807a174e4adca69bc507240f38853842ba98 (patch)
treed5aedc4d1b1cc0b8c8a74bb4dbdf4693b63ce1b4 /ext/mysql/mysql.c
parent9a17e7b6f5a6c4d355083b21d884abf7511ed990 (diff)
downloadphp-git-bc53807a174e4adca69bc507240f38853842ba98.tar.gz
Enabled shared build of mysql module
Diffstat (limited to 'ext/mysql/mysql.c')
-rw-r--r--ext/mysql/mysql.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mysql/mysql.c b/ext/mysql/mysql.c
index ff66ba7483..ce8545a2e4 100644
--- a/ext/mysql/mysql.c
+++ b/ext/mysql/mysql.c
@@ -24,6 +24,10 @@
* ? Safe mode implementation
*/
+#ifdef PIC
+# define COMPILE_DL 1
+#endif
+
#if COMPILE_DL
#include "dl/phpdl.h"
#endif