mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
Fix build.
This commit is contained in:
parent
1fc035dfa5
commit
a8e88c0ddc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user