Fix [-Wundef] warning in XLS extension

This commit is contained in:
George Peter Banyard 2020-05-20 14:17:02 +02:00
parent c7055f5916
commit 336998f110
3 changed files with 5 additions and 5 deletions

View file

@ -862,7 +862,7 @@ PHP_METHOD(XSLTProcessor, hasExsltSupport)
RETURN_THROWS();
}
#if HAVE_XSL_EXSLT
#ifdef HAVE_XSL_EXSLT
RETURN_TRUE;
#else
RETURN_FALSE;