From 300dfeb08874da78361a5ceded44d498d69fd942 Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 15 Jan 2009 23:55:00 +0000 Subject: [PATCH] link with iconv on Mac OS X, to support [3616] git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3617 c6295689-39f2-0310-b995-f0e70906c6a9 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4011d194..3269211c 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,7 @@ case "${host}" in CPPFLAGS="${CPPFLAGS} -D_POSIX_PII_SOCKET" ;; *-*-darwin*) - LIBS="${LIBS} -Wl,-framework,CoreFoundation" + LIBS="${LIBS} -Wl,-framework,CoreFoundation -liconv" if test "${GCC}" = "yes"; then CFLAGS="${CFLAGS} -no-cpp-precomp" fi