From 3f1ffdacbb7a954b377bd760d04250c9e5e5ec28 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Tue, 15 Dec 1998 23:11:05 +0000 Subject: Make the gettext check for for libc5 systems. 1998-12-15 Martin Baulig * acinclude.m4: Make the gettext check for for libc5 systems. --- acinclude.m4 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index 295b33801..91e8d049f 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 -- cgit v1.2.1