summaryrefslogtreecommitdiff
path: root/net/xtraceroute/patches/patch-ac
blob: 3e7cb6b1c010ff62f5d063dfa5498f5b38967304 (plain)
1
2
3
4
5
6
7
8
9
10
$NetBSD: patch-ac,v 1.1 2000/11/03 00:15:49 itojun Exp $

--- aclocal.m4-	Sun Feb 28 13:56:12 1999
+++ aclocal.m4	Fri Nov  3 09:13:10 2000
@@ -178,3 +178,4 @@
 		 [AC_CHECK_LIB(intl, gettext,
-		  gt_cv_func_gettext_libintl=yes,
+		  [gt_cv_func_gettext_libintl=yes
+		  LIBS="$LIBS -lintl"],
 		  gt_cv_func_gettext_libintl=no)],