openbsd-ports/x11/gnome/libs/patches/patch-aclocal_m4

15 lines
485 B
Plaintext

$OpenBSD: patch-aclocal_m4,v 1.2 2001/09/18 15:10:04 naddy Exp $
--- aclocal.m4.orig Tue Sep 18 16:48:42 2001
+++ aclocal.m4 Tue Sep 18 16:49:20 2001
@@ -1784,6 +1784,10 @@ AC_DEFUN(AM_GNOME_WITH_NLS,
gt_cv_func_gettext_libintl=no)])
fi
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
+ LIBS="$LIBS -lintl";
+ fi
+
if test "$gt_cv_func_gettext_libc" = "yes" \
|| test "$gt_cv_func_gettext_libintl" = "yes"; then
AC_DEFINE(HAVE_GETTEXT)