]> granicus.if.org Git - php/commitdiff
Fix build.
authorfoobar <sniper@php.net>
Thu, 11 Jan 2001 18:25:33 +0000 (18:25 +0000)
committerfoobar <sniper@php.net>
Thu, 11 Jan 2001 18:25:33 +0000 (18:25 +0000)
ext/sablot/config.m4

index 8a4d09c3b3d994bac7ad5f55e3a453e9369fa24f..5895005edd915a72e9a20a5eb8e922a17379b371 100644 (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