]> granicus.if.org Git - php/commitdiff
Fixed build with iconv disabled
authorMoriyoshi Koizumi <moriyoshi@php.net>
Wed, 7 May 2003 12:26:58 +0000 (12:26 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Wed, 7 May 2003 12:26:58 +0000 (12:26 +0000)
bundle/libxml/include/libxml/xmlversion.h

index 6ec30a48cb13c2beb987d95c2ecce9db67f2f0a2..6cb01d5db3a9b7c719416fcf32490ac063333179 100644 (file)
@@ -167,7 +167,7 @@ extern void xmlCheckVersion(int version);
  *
  * Whether iconv support is available
  */
-#if 1
+#if 
 #define LIBXML_ICONV_ENABLED
 #endif