X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=5198e292dacf9e81438b386f348593f81a5257bb;hp=d147a97f9f802673d951f346da29c668a4ff4450;hb=80aee043800630a185643ffafca0d0635864c2e9;hpb=3eb9c30ebea7269e9eae90bd9ab5e0a363478297 diff --git a/configure.ac b/configure.ac index d147a97f..5198e292 100644 --- a/configure.ac +++ b/configure.ac @@ -31,9 +31,8 @@ PSPP_PERL dnl Internationalization macros. AC_ARG_ENABLE(nls, [AS_HELP_STRING([--disable-nls], [do not use Native Language Support])]) -if test x"$enable_nls" != x"no" ; then - AM_GNU_GETTEXT_VERSION([0.17]) - AC_DEFINE(ENABLE_NLS, 1, [Define to 1 if translation of program messages to the user's native language is requested.]) +if test x"$enable_nls" != x"no" ; then + AC_DEFINE(ENABLE_NLS, 1, [Define to 1 if translation of program messages to the user's native language is requested.]) fi