summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/xslt/php_sablot.h2
-rw-r--r--ext/xslt/sablot.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/xslt/php_sablot.h b/ext/xslt/php_sablot.h
index 5f6061ed11..1c63c68154 100644
--- a/ext/xslt/php_sablot.h
+++ b/ext/xslt/php_sablot.h
@@ -21,7 +21,7 @@
#include "php.h"
-#if HAVE_SABLOT
+#if HAVE_SABLOT_BACKEND
#include "php_xslt.h"
diff --git a/ext/xslt/sablot.c b/ext/xslt/sablot.c
index 5f083b2a91..d5b50d4227 100644
--- a/ext/xslt/sablot.c
+++ b/ext/xslt/sablot.c
@@ -26,7 +26,7 @@
#include "php_sablot.h"
#include "ext/standard/info.h"
-#if HAVE_SABLOT
+#if HAVE_SABLOT_BACKEND
#include <sablot.h>