bug fix patch, if the macro AM_GNU_GETTEXT finds a suitable libintl it

does not set INTLLIBS to '-lintl' as it should. ; From FreeBSD
This commit is contained in:
brad 2000-02-06 07:06:58 +00:00
parent 8dc1c78437
commit 7d5a89babd

View File

@ -0,0 +1,12 @@
--- m4/gettext.m4.orig Sun Feb 6 01:35:59 2000
+++ m4/gettext.m4 Sun Feb 6 01:36:49 2000
@@ -73,6 +73,9 @@
INSTOBJEXT=.mo
fi
fi
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
+ INTLLIBS='-lintl'
+ fi
])
if test "$CATOBJEXT" = "NONE"; then