From 76521260a11d8d3ee415395cf14e320548f8d92c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 18 Sep 2007 19:13:37 +0000 Subject: [PATCH] - PHP4 does not define PHP_LIBDIR --- config9.m4 | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.30.2