summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m47
1 files changed, 7 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 295b33801b..91e8d049fa 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -338,6 +338,13 @@ AC_DEFUN(AM_GTK_WITH_NLS,
INSTOBJEXT=.mo
fi
fi
+
+ # Added by Martin Baulig 12/15/98 for libc5 systems
+ if test "$gt_cv_func_gettext_libc" != "yes" \
+ && test "$gt_cv_func_gettext_libintl" = "yes"; then
+ INTLLIBS=-lintl
+ LIBS=`echo $LIBS | sed -e 's/-lintl//'`
+ fi
])
if test "$CATOBJEXT" = "NONE"; then