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:
parent
b249faf6ce
commit
aa895f9a26
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ int main(void) {
|
||||||
} ])
|
} ])
|
||||||
|
|
||||||
if test "$agi_cv_with_iconv_const" = "yes"; then
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue