summaryrefslogtreecommitdiff
path: root/modules/regex-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/regex-tests')
-rw-r--r--modules/regex-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/regex-tests b/modules/regex-tests
index e8821ec52d..711632aa06 100644
--- a/modules/regex-tests
+++ b/modules/regex-tests
@@ -11,4 +11,4 @@ configure.ac:
Makefile.am:
TESTS += test-regex
check_PROGRAMS += test-regex
-test_regex_LDADD = $(LDADD) $(LIB_SETLOCALE) @LIBINTL@ $(LIBTHREAD)
+test_regex_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIB_MBRTOWC) @LIBINTL@ $(LIBTHREAD)