From 35e0a91db717fe441a89ca9554d8843d8ee63112 Mon Sep 17 00:00:00 2001 From: George Peter Banyard Date: Sat, 16 May 2020 00:32:37 +0200 Subject: Fix [-Wundef] warnings in libxml extension --- ext/libxml/php_libxml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/libxml/php_libxml.h') diff --git a/ext/libxml/php_libxml.h b/ext/libxml/php_libxml.h index f913f956d5..85ffcd3969 100644 --- a/ext/libxml/php_libxml.h +++ b/ext/libxml/php_libxml.h @@ -18,7 +18,7 @@ #ifndef PHP_LIBXML_H #define PHP_LIBXML_H -#if HAVE_LIBXML +#ifdef HAVE_LIBXML extern zend_module_entry libxml_module_entry; #define libxml_module_ptr &libxml_module_entry -- cgit v1.2.1