0f63dd5cb3
- attempt at proper autoconf check for iconv
15 lines
487 B
Plaintext
15 lines
487 B
Plaintext
$OpenBSD: patch-aclocal_m4,v 1.1 2001/09/20 00:38:20 naddy Exp $
|
|
--- aclocal.m4.orig Tue Feb 27 05:29:46 2001
|
|
+++ aclocal.m4 Wed Sep 19 23:27:20 2001
|
|
@@ -1170,6 +1170,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)
|