Follow previous conventions and change ICONV_CONST to AGI_ICONV_CONST as wx' defines ICONV_CONST.

Originally committed to SVN as r4448.
This commit is contained in:
Amar Takhar 2010-06-06 02:46:36 +00:00
parent b249faf6ce
commit aa895f9a26

View file

@ -489,7 +489,7 @@ int main(void) {
} ])
if test "$agi_cv_with_iconv_const" = "yes"; then
AC_DEFINE(ICONV_CONST, 1, [Enable if your version if iconv is const (annoying!)])
AC_DEFINE(AGI_ICONV_CONST, 1, [Enable if your version if iconv is const (annoying!)])
fi
fi