Fix build.

This commit is contained in:
foobar 2001-01-11 18:25:33 +00:00
parent 1fc035dfa5
commit a8e88c0ddc

View File

@ -39,6 +39,7 @@ if test "$PHP_SABLOT" != "no"; then
if test -f $i/lib/libexpat.a -o -f $i/lib/libexpat.so; then
AC_DEFINE(HAVE_LIBEXPAT2,1,[ ])
AC_ADD_LIBRARY_WITH_PATH(expat, $i/lib)
AC_ADD_INCLUDE($i/include)
AC_CHECK_LIB(sablot, SablotSetEncoding, AC_DEFINE(HAVE_SABLOT_SET_ENCODING,1,[ ]))
testval=yes
fi