PR: 38328 Submitted by: Dominic Marks <dominic_marks@btinternet.com> Approved by: kris for the Security Officer Team, will for the Port Manager Team, and MAINTAINER timeout
13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
--- aclocal.m4.orig Sat Mar 9 04:27:20 2002
|
|
+++ aclocal.m4 Wed May 22 21:11:00 2002
|
|
@@ -273,6 +273,9 @@
|
|
|
|
CATOBJEXT=.gmo
|
|
fi
|
|
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
|
|
+ INTLLIBS='-lintl'
|
|
+ fi
|
|
])
|
|
|
|
if test "$CATOBJEXT" = "NONE"; then
|