Skip to content

Commit

Permalink
fixed EXCEL_LIBDIR variable for correct compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytroskr committed Nov 12, 2011
1 parent 3dd2081 commit 9672860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.m4
Expand Up @@ -40,7 +40,7 @@ if test "$PHP_EXCEL" != "no"; then
if test -r $PHP_LIBXL_LIBDIR/$PHP_LIBDIR/$SEARCH_FOR; then
EXCEL_LIBDIR=$PHP_LIBXL_LIBDIR/$PHP_LIBDIR
elif test -r $PHP_LIBXL_LIBDIR/$SEARCH_FOR; then
EXCEL_LIBDIR=$PHP_LIBXL_LIBDIR/$SEARCH_FOR
EXCEL_LIBDIR=$PHP_LIBXL_LIBDIR
elif test -z "$EXCEL_LIBDIR"; then
for i in $SEARCH_PATH ; do
if test -r $i/$PHP_LIBDIR/$SEARCH_FOR; then
Expand Down

0 comments on commit 9672860

Please sign in to comment.