500e632a72
Submitted by maintainer Damien Couderc <couderc.damien@wanadoo.fr>, with additional work by yours truly.
17 lines
637 B
Plaintext
17 lines
637 B
Plaintext
$OpenBSD: patch-aclocal_m4,v 1.1 2001/12/14 02:00:53 naddy Exp $
|
|
--- aclocal.m4.orig Tue Jul 24 15:03:38 2001
|
|
+++ aclocal.m4 Sun Dec 9 19:04:40 2001
|
|
@@ -58,10 +58,9 @@ AC_DEFUN(AM_WITH_NLS,
|
|
|
|
if test "$gt_cv_func_gettext_libc" != "yes"; then
|
|
AC_CHECK_LIB(intl, bindtextdomain,
|
|
- [AC_CACHE_CHECK([for gettext in libintl],
|
|
- 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; LIBS="$LIBS -lintl"],
|
|
gt_cv_func_gettext_libintl=no)],
|
|
gt_cv_func_gettext_libintl=no)])
|
|
fi
|