From 2b846ec7e5fdb35a248ea38395d6581abe66be5c Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Tue, 5 Dec 2000 12:15:18 +0000 Subject: [PATCH] =?utf8?q?*=20applied=20patch=20by=20Stig-=C3=98rjan=20Sme?= =?utf8?q?lror=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ext/mcal/config.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/mcal/config.m4 b/ext/mcal/config.m4 index 7e2301505a..5aebe9009c 100644 --- a/ext/mcal/config.m4 +++ b/ext/mcal/config.m4 @@ -11,13 +11,13 @@ if test "$PHP_MCAL" != "no"; then AC_EXPAND_PATH($PHP_MCAL, MCAL_DIR) fi - for i in $MCAL_DIR $MCAL_DIR/mcal $MCAL_DIR/mcal/include $MCAL_DIR/include; do + for i in $MCAL_DIR $MCAL_DIR/mcal $MCAL_DIR/mcal/include $MCAL_DIR/include/mcal $MCAL_DIR/include; do if test -r "$i/mcal.h"; then MCAL_INCLUDE=$i fi done - for i in $MCAL_DIR $MCAL_DIR/mcal $MCAL_DIR/mcal/lib $MCAL_DIR/lib; do + for i in $MCAL_DIR $MCAL_DIR/mcal $MCAL_DIR/mcal/lib $MCAL_DIR/lib/mcal $MCAL_DIR/lib; do if test -r "$i/libmcal.a"; then MCAL_LIBRARY=$i fi -- 2.40.0