mirror of
https://github.com/php/php-src.git
synced 2025-08-20 17:34:35 +02:00
* applied patch by Stig-Ørjan Smelror <Stig.Orjan.Smelror@lincom.no>
This commit is contained in:
parent
92fc209384
commit
2b846ec7e5
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@ if test "$PHP_MCAL" != "no"; then
|
||||||
AC_EXPAND_PATH($PHP_MCAL, MCAL_DIR)
|
AC_EXPAND_PATH($PHP_MCAL, MCAL_DIR)
|
||||||
fi
|
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
|
if test -r "$i/mcal.h"; then
|
||||||
MCAL_INCLUDE=$i
|
MCAL_INCLUDE=$i
|
||||||
fi
|
fi
|
||||||
done
|
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
|
if test -r "$i/libmcal.a"; then
|
||||||
MCAL_LIBRARY=$i
|
MCAL_LIBRARY=$i
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue