From: Michael Wallner Date: Tue, 18 Sep 2007 19:13:37 +0000 (+0000) Subject: - PHP4 does not define PHP_LIBDIR X-Git-Tag: RELEASE_1_6_0b2~8 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=76521260a11d8d3ee415395cf14e320548f8d92c;ds=sidebyside - PHP4 does not define PHP_LIBDIR --- diff --git a/config9.m4 b/config9.m4 index 3d5eefc..e5dd566 100644 --- 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