projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
ea72d21
)
- PHP4 does not define PHP_LIBDIR
author
Michael Wallner
<mike@php.net>
Tue, 18 Sep 2007 19:13:37 +0000
(19:13 +0000)
committer
Michael Wallner
<mike@php.net>
Tue, 18 Sep 2007 19:13:37 +0000
(19:13 +0000)
config9.m4
patch
|
blob
|
history
diff --git
a/config9.m4
b/config9.m4
index 3d5eefc4198f089f4a772513b48a2c7ca57c92a7..e5dd56602dca5b0435d5417ad0206add9f8d4445 100644
(file)
--- a/
config9.m4
+++ b/
config9.m4
@@
-98,6
+98,13
@@
if test "$PHP_HTTP" != "no"; then
$3
fi
])
+
+ dnl
+ dnl odd PHP4 fix
+ dnl
+ if test "x$PHP_LIBDIR" = "x"; then
+ PHP_LIBDIR=lib
+ fi
dnl ----
dnl STDC