oops, unnecessary

This commit is contained in:
naddy 2001-09-18 14:37:53 +00:00
parent 0cda765a34
commit b54dc3189b

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-aclocal_m4,v 1.1 2001/09/18 14:22:14 naddy Exp $
--- aclocal.m4.orig Tue Sep 18 16:09:46 2001
+++ aclocal.m4 Tue Sep 18 16:12:11 2001
@@ -64,10 +64,9 @@ AC_DEFUN(AM_GCONF_WITH_NLS,
if test "$gt_cv_func_dgettext_libc" != "yes"; then
AC_CHECK_LIB(intl, bindtextdomain,
- [AC_CACHE_CHECK([for dgettext in libintl],
- gt_cv_func_dgettext_libintl,
+ [AC_CACHE_VAL(gt_cv_func_dgettext_libintl,
[AC_CHECK_LIB(intl, dgettext,
- gt_cv_func_dgettext_libintl=yes,
+ [gt_cv_func_dgettext_libintl=yes; LIBS="$LIBS -lintl"],
gt_cv_func_dgettext_libintl=no)],
gt_cv_func_dgettext_libintl=no)])
fi