From ed46e0d7c7ad8d8228b230e4038446c7fdba30c7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 30 Nov 1998 17:12:02 +0000 Subject: Enable us to cleanly leave out the internationalization support. svn path=/trunk/; revision=2237 --- configure.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 52b2bd39..8d7427de 100644 --- a/configure.in +++ b/configure.in @@ -33,6 +33,7 @@ AC_SUBST(CPFLAGS) AC_SUBST(CEFLAGS) AC_SUBST(LDEFLAGS) AC_SUBST(LIBOBJS) +AC_SUBST(POMAKE) # Check for LynxOS special case: -lbsd needed (at least on 2.3.0) and -s # not working. @@ -191,6 +192,15 @@ AC_CHECK_SIZEOF(short) AC_CHECK_SIZEOF(int) AC_CHECK_SIZEOF(long) +if test "$USE_NLS" = "yes" +then + echo "Enabling internationalization support..." + POMAKE="make -C po" +else + echo "Disabling internationalization support..." + POMAKE="@echo '(NLS support disabled)'; #" +fi + ### use option --enable-POP2 to compile in the POP2 support AC_ARG_ENABLE(POP2, [ --enable-POP2 compile in POP2 protocol support (obsolete)], -- cgit v1.2.3