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