[PATCH] Make --enable-internationalization default
Matt Turner
mattst88 at gmail.com
Mon Jan 23 15:04:02 PST 2012
xterm and gv need it.
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45153
Signed-off-by: Matt Turner <mattst88 at gmail.com>
---
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
More information about the xorg-devel
mailing list