--- kbd-1.12.old/configure +++ kbd-1.12/configure @@ -160,22 +160,7 @@ } ' > conftest.c eval $compile -if [ $nls = 1 ]; then - if test -s conftest && ./conftest 2>/dev/null; then - echo '#define HAVE_libintl_h' >> defines.h - echo "You have and gettext()" - echo '#define ENABLE_NLS' >> defines.h - echo "Assuming that you want to enable NLS support." - echo "(Otherwise, edit defines.h and delete the line with ENABLE_NLS)" - ENABLE_NLS=yes - else - echo "You don't have and gettext()" - ENABLE_NLS=no - fi -else - echo "NLS disabled" - ENABLE_NLS=no -fi +ENABLE_NLS=no rm -f conftest conftest.c