+dnl ### begin block 1_COND_BUILD_RELEASE_UNICODE_0 ###
+ COND_BUILD_RELEASE_UNICODE_0="#"
+ if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
+ COND_BUILD_RELEASE_UNICODE_0=""
+ fi
+ AC_SUBST(COND_BUILD_RELEASE_UNICODE_0)
+dnl ### begin block 1_COND_BUILD_RELEASE_UNICODE_1 ###
+ COND_BUILD_RELEASE_UNICODE_1="#"
+ if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
+ COND_BUILD_RELEASE_UNICODE_1=""
+ fi
+ AC_SUBST(COND_BUILD_RELEASE_UNICODE_1)