xterm and gv need it. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45153
Signed-off-by: Matt Turner <[email protected]> --- configure.ac | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8dd3984..8e47424 100644 --- a/configure.ac +++ b/configure.ac @@ -38,8 +38,10 @@ AC_TYPE_INTPTR_T XAW3D_CPPFLAGS= AC_ARG_ENABLE([internationalization], - [AS_HELP_STRING([--enable-internationalization], dnl - [enable utf8 strings])], [XAW3D_CPPFLAGS="${XAW3D_CPPFLAGS} -DXAW_INTERNATIONALIZATION"]) + [AS_HELP_STRING([--disable-internationalization], dnl + [enable utf8 strings])], [enable_internationalization=no] + [XAW3D_CPPFLAGS="${XAW3D_CPPFLAGS} -DXAW_INTERNATIONALIZATION"; + enable_internationalization=yes]) AM_CONDITIONAL(XAW_INTERNATIONALIZATION, [test x${enable_internationalization} = xyes]) -- 1.7.3.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
