2137ae4583
- Properly install the message catalog files. - Fix choice of ogg123 output devices. - Miscellaneous cleaning. ok rohee@
17 lines
639 B
Plaintext
17 lines
639 B
Plaintext
$OpenBSD: patch-aclocal_m4,v 1.1 2001/05/22 13:05:00 naddy Exp $
|
|
--- aclocal.m4.orig Mon Mar 19 19:23:22 2001
|
|
+++ aclocal.m4 Sun May 20 20:52:54 2001
|
|
@@ -568,10 +568,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
|