You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2009/12/18 04:44:49 UTC

svn commit: r892121 - /apr/apr/trunk/include/apu.h.in

Author: wrowe
Date: Fri Dec 18 03:44:48 2009
New Revision: 892121

URL: http://svn.apache.org/viewvc?rev=892121&view=rev
Log:
missed one APU_HAVE_APR_ICONV occurance

Modified:
    apr/apr/trunk/include/apu.h.in

Modified: apr/apr/trunk/include/apu.h.in
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apu.h.in?rev=892121&r1=892120&r2=892121&view=diff
==============================================================================
--- apr/apr/trunk/include/apu.h.in (original)
+++ apr/apr/trunk/include/apu.h.in Fri Dec 18 03:44:48 2009
@@ -53,7 +53,7 @@
 #define APU_HAVE_NSS           @apu_have_nss@
 
 #define APU_HAVE_ICONV         @have_iconv@
-#define APR_HAS_XLATE          (APU_HAVE_APR_ICONV || APU_HAVE_ICONV)
+#define APR_HAS_XLATE          (APU_HAVE_ICONV)
 
 #endif /* APU_H */
 /** @} */