From 86b7c2eb8db9023094023c401a3888bae20b5344 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Mon, 22 Oct 2007 23:50:32 +0200 Subject: [PATCH] Fix fstrcmp-tests on FreeBSD, AIX. * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3. --- ChangeLog | 3 +++ modules/fstrcmp-tests | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1d92df8227..b14bd159db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-10-22 Ralf Wildenhues + * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add + @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3. + * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define. * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise. diff --git a/modules/fstrcmp-tests b/modules/fstrcmp-tests index e86e32645f..cb9eff589c 100644 --- a/modules/fstrcmp-tests +++ b/modules/fstrcmp-tests @@ -9,4 +9,4 @@ configure.ac: Makefile.am: TESTS += test-fstrcmp check_PROGRAMS += test-fstrcmp - +test_fstrcmp_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD) -- 2.30.2