openbsd-ports/comms/xastir/patches/patch-configure_ac

12 lines
376 B
Plaintext

$OpenBSD: patch-configure_ac,v 1.1.1.1 2007/05/28 17:19:37 jason Exp $
--- configure.ac.orig Wed Aug 16 15:50:07 2006
+++ configure.ac Wed Aug 16 15:51:48 2006
@@ -216,6 +216,7 @@ AC_CHECK_FUNCS([roundf])
# Check for intl library (Needed for Cygwin)
#
+AC_CHECK_LIB(iconv, libiconv_open, LIBS="-liconv ${LIBS}")
AC_CHECK_LIB(intl, gettext, LIBS="-lintl ${LIBS}")