From c66c8ce138ab995b4ba02506dded40b88522ad86 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Fri, 11 Jun 2004 11:48:07 +0000 Subject: disabled nls as default until its fixed --- configure.in | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/configure.in b/configure.in index 4233be1..cd2e152 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Initialize autoconf and automake AC_INIT(src/main.cc) AC_PREREQ(2.52) -AM_INIT_AUTOMAKE(fluxbox,0.9.9, no-define) +AM_INIT_AUTOMAKE(fluxbox,cvs, no-define) dnl Determine default prefix test x$prefix = "xNONE" && prefix="$ac_default_prefix" @@ -243,7 +243,7 @@ CXXFLAGS="$CXXFLAGS $DEBUG" dnl Check whether to include native language support (i18n) AC_MSG_CHECKING([whether to include NLS support]) AC_ARG_ENABLE(nls, - [ --enable-nls include native language support [default=yes]], + [ --enable-nls include native language support [default=no]], if test x$enableval = "xyes"; then AC_MSG_RESULT([yes]) AC_DEFINE(NLS, 1, "Native language support") @@ -251,9 +251,7 @@ AC_ARG_ENABLE(nls, else AC_MSG_RESULT([no]) fi, - AC_MSG_RESULT([yes]) - AC_DEFINE(NLS, 1, "Native language support") - NLS="-DNLS" + AC_MSG_RESULT([no]) ) AC_SUBST(NLS) -- cgit v0.11.2