1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

fixed a link error in configure script.

This commit is contained in:
Rui Hirokawa
2001-11-25 22:20:27 +00:00
parent feee0f5a08
commit ac39c13b1c
+6 -2
View File
@@ -81,8 +81,12 @@ if test "$PHP_XSLT" != "no"; then
fi
AC_DEFINE(HAVE_SABLOT_BACKEND, 1, [ ])
AC_CHECK_LIB(sablot, SablotSetEncoding, AC_DEFINE(HAVE_SABLOT_SET_ENCODING, 1, [ ]))
if test "$found_expat" = "yes"; then
old_LIBS=$LIBS
LIBS="$LIBS -lexpat"
AC_CHECK_LIB(sablot, SablotSetEncoding, AC_DEFINE(HAVE_SABLOT_SET_ENCODING, 1, [ ]))
LIBS=$old_LIBS
fi
fi
PHP_ADD_INCLUDE($XSLT_DIR/include)