Require external gettext
authorPaul Nasrat <pnasrat@redhat.com>
Wed, 14 Mar 2007 15:46:17 +0000 (15:46 +0000)
committerPaul Nasrat <pnasrat@redhat.com>
Wed, 14 Mar 2007 15:46:17 +0000 (15:46 +0000)
configure.ac

index 3a8ebc9..6eb3081 100644 (file)
@@ -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