diff options
author | foobar <sniper@php.net> | 2001-01-11 18:25:33 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-01-11 18:25:33 +0000 |
commit | a8e88c0ddca70e17ef150d296a934d8079301604 (patch) | |
tree | 51cdb3f0620073712d542171b200467d18870838 /ext/sablot | |
parent | 1fc035dfa5c63c3e371c46f57498dbc4694786a8 (diff) | |
download | php-git-a8e88c0ddca70e17ef150d296a934d8079301604.tar.gz |
Fix build.
Diffstat (limited to 'ext/sablot')
-rw-r--r-- | ext/sablot/config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sablot/config.m4 b/ext/sablot/config.m4 index 8a4d09c3b3..5895005edd 100644 --- a/ext/sablot/config.m4 +++ b/ext/sablot/config.m4 @@ -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 |