From bfc6026476ab011d68a64c56c8428539d4f7d262 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Sat, 30 Jun 2001 20:27:23 +0000 Subject: [PATCH] better --- net/centericq/patches/patch-aclocal_m4 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net/centericq/patches/patch-aclocal_m4 b/net/centericq/patches/patch-aclocal_m4 index 6424e429156..7f364bce89f 100644 --- a/net/centericq/patches/patch-aclocal_m4 +++ b/net/centericq/patches/patch-aclocal_m4 @@ -1,7 +1,7 @@ -$OpenBSD: patch-aclocal_m4,v 1.3 2001/06/30 20:17:37 pvalchev Exp $ ---- aclocal.m4.orig Sat Jun 30 13:28:52 2001 -+++ aclocal.m4 Sat Jun 30 13:33:05 2001 -@@ -173,10 +173,10 @@ AC_DEFUN(AM_WITH_NLS, +$OpenBSD: patch-aclocal_m4,v 1.4 2001/06/30 20:27:23 pvalchev Exp $ +--- aclocal.m4.orig Sat Jun 30 05:59:19 2001 ++++ aclocal.m4 Sat Jun 30 14:18:36 2001 +@@ -173,10 +173,9 @@ AC_DEFUN(AM_WITH_NLS, if test "$gt_cv_func_gettext_libc" != "yes"; then AC_CHECK_LIB(intl, bindtextdomain, @@ -9,7 +9,7 @@ $OpenBSD: patch-aclocal_m4,v 1.3 2001/06/30 20:17:37 pvalchev Exp $ - gt_cv_func_gettext_libintl, + [AC_CACHE_VAL(gt_cv_func_gettext_libintl, [AC_CHECK_LIB(intl, gettext, - gt_cv_func_gettext_libintl=yes, +- gt_cv_func_gettext_libintl=yes, + [gt_cv_func_gettext_libintl=yes; LIBS="$LIBS -lintl"], gt_cv_func_gettext_libintl=no)], gt_cv_func_gettext_libintl=no)])