$OpenBSD: patch-aclocal_m4,v 1.3 2002/02/15 19:19:33 nino Exp $
--- aclocal.m4.orig	Tue Jan 22 05:35:07 2002
+++ aclocal.m4	Sun Feb  3 13:26:10 2002
@@ -1807,6 +1807,10 @@ AC_DEFUN(AM_GNOME_WITH_NLS,
 		 gt_cv_func_gettext_libintl=no)])
 	   fi
 
+	   if test "$gt_cv_func_gettext_libintl" = "yes"; then
+	     LIBS="$LIBS -lintl";
+	   fi
+
 	   if test "$gt_cv_func_gettext_libc" = "yes" \
 	      || test "$gt_cv_func_gettext_libintl" = "yes"; then
 	      AC_DEFINE(HAVE_GETTEXT)
