From 11ecf683bb0335391bf61389f89b1da1ef4a6f85 Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Wed, 14 Mar 2007 15:46:17 +0000 Subject: [PATCH] Require external gettext --- configure.ac | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index 3a8ebc9..6eb3081 100644 --- a/configure.ac +++ b/configure.ac @@ -621,13 +621,7 @@ dnl AmigaOS and IXEmul have a fork() dummy esac AM_GNU_GETTEXT -dnl TVM: -dnl horrible *temporary* hack to make sure that if we found gettext() in -dnl -lintl that we add -lintl *back* to $LIBS. -dnl -dnl if test X$gt_cv_func_gettext_libintl = Xyes ; then -dnl LIBS="-lintl $LIBS" -dnl fi +AM_GNU_GETTEXT([external]) dnl Checks for header files we can live without. AC_HEADER_STDC -- 2.7.4