# HG changeset patch # User Simon Josefsson # Date 1237935240 -3600 # Node ID 960a5f2974d072b14a5fb8022cdabc35f86aa0fb # Parent a32a8b26323e7a911a72aeb6178f37a6e0831c39 Fix a link error on MacOS X 10.5. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-24 Simon Josefsson + + * modules/unicase/locale-language-tests (test_locale_language_LDADD): + New variable. + 2009-03-24 Kamil Dudka filevercmp: handle simple~ and numbered.~3~ backup suffixes diff --git a/modules/unicase/locale-language-tests b/modules/unicase/locale-language-tests --- a/modules/unicase/locale-language-tests +++ b/modules/unicase/locale-language-tests @@ -21,3 +21,4 @@ TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@' LOCALE_ZH_CN='@LOCALE_ZH_CN@' check_PROGRAMS += test-locale-language test_locale_language_SOURCES = unicase/test-locale-language.c +test_locale_language_LDADD = $(LDADD) @INTL_MACOSX_LIBS@