zeev Sun Jun 8 14:29:55 2003 EDT Modified files: /php4/ext/xml expat_compat.h Log: XMLless build fix Index: php4/ext/xml/expat_compat.h diff -u php4/ext/xml/expat_compat.h:1.7 php4/ext/xml/expat_compat.h:1.8 --- php4/ext/xml/expat_compat.h:1.7 Wed May 21 23:29:05 2003 +++ php4/ext/xml/expat_compat.h Sun Jun 8 14:29:55 2003 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: expat_compat.h,v 1.7 2003/05/22 03:29:05 sterling Exp $ */ +/* $Id: expat_compat.h,v 1.8 2003/06/08 18:29:55 zeev Exp $ */ #ifndef PHP_EXPAT_COMPAT_H #define PHP_EXPAT_COMPAT_H @@ -135,7 +135,7 @@ const XML_Char *XML_ExpatVersion(void); void XML_ParserFree(XML_Parser); -#else +#elif defined(HAVE_LIBEXPAT) #include <expat.h> #endif /* HAVE_LIBEXPAT */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php