]> granicus.if.org Git - php/commitdiff
Use different define name for this.
authorfoobar <sniper@php.net>
Fri, 1 Jun 2001 06:42:14 +0000 (06:42 +0000)
committerfoobar <sniper@php.net>
Fri, 1 Jun 2001 06:42:14 +0000 (06:42 +0000)
ext/xslt/php_sablot.h
ext/xslt/sablot.c

index 5f6061ed1192246c936c449710b407ad04310240..1c63c681544d1fd52bfdd1549445ee944e01e418 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "php.h"
 
-#if HAVE_SABLOT
+#if HAVE_SABLOT_BACKEND
 
 #include "php_xslt.h"
 
index 5f083b2a916f565307721f4d3aa12753156a422c..d5b50d42273c3b7d16bdf24836def3960ac28e79 100644 (file)
@@ -26,7 +26,7 @@
 #include "php_sablot.h"
 #include "ext/standard/info.h"
 
-#if HAVE_SABLOT
+#if HAVE_SABLOT_BACKEND
 
 #include <sablot.h>