openbsd-ports/net/amule/patches/patch-m4_iconv_m4
2022-03-11 19:45:43 +00:00

12 lines
399 B
Plaintext

--- m4/iconv.m4.orig Tue Aug 18 09:46:11 2015
+++ m4/iconv.m4 Tue Aug 18 09:48:27 2015
@@ -62,7 +62,7 @@ AC_DEFUN([AM_ICONV_LINK],
fi
if test "$am_cv_lib_iconv" = yes; then
AC_MSG_CHECKING([how to link with libiconv])
- AC_MSG_RESULT([$LIBICONV])
+ AC_MSG_RESULT([$LTLIBICONV])
else
dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV
dnl either.