From 6ca22a1740cf5c8b9e7c0ae86c8aa3458f80956d Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sun, 6 Oct 2002 09:36:26 +0000 Subject: [PATCH] HAVE_MBSTRING awareness. --- ext/mbstring/mbfilter.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/mbstring/mbfilter.c b/ext/mbstring/mbfilter.c index 6c6fddf125..f821f32d46 100644 --- a/ext/mbstring/mbfilter.c +++ b/ext/mbstring/mbfilter.c @@ -89,6 +89,8 @@ #include "php.h" #include "php_globals.h" +#ifdef HAVE_MBSTRING + #include #include "mbfilter.h" @@ -9557,6 +9559,8 @@ mbfl_html_numeric_entity( return result; } +#endif /* HAVE_MBSTRING */ + /* * Local variables: * tab-width: 4 -- 2.40.0