9fbec86fc3
maintainer ok.
12 lines
341 B
Plaintext
12 lines
341 B
Plaintext
$OpenBSD: patch-aclocal_m4,v 1.1 2003/10/06 15:59:13 fgsch Exp $
|
|
--- aclocal.m4.orig 2003-10-06 05:24:04.000000000 -0300
|
|
+++ aclocal.m4 2003-10-06 05:24:18.000000000 -0300
|
|
@@ -50,6 +50,7 @@ AC_DEFUN([CHECK_ICONV], [
|
|
|
|
if test "$iconv_libs" != "no"; then
|
|
AC_DEFINE(YSM_USE_CHARCONV)
|
|
+ LIBS="$iconv_libs $LIBS"
|
|
fi
|
|
])
|
|
|