mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +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)
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue