From 55ce2ea3453000a221f98f520bda9169894a6c39 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sat, 28 Sep 2002 17:46:49 +0000 Subject: [PATCH] Portability: use libiconv if necessary. --- utf8/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/utf8/Makefile.am b/utf8/Makefile.am index c219d58..2a237be 100644 --- a/utf8/Makefile.am +++ b/utf8/Makefile.am @@ -4,4 +4,5 @@ noinst_LTLIBRARIES = libutf8.la libutf8_la_SOURCES = utf8-locale.c +libutf8_la_LDFLAGS = $(LIBICONV) noinst_HEADERS = utf8-locale.h -- 2.30.2