12 lines
324 B
Plaintext
12 lines
324 B
Plaintext
$OpenBSD: patch-configure_in,v 1.9 2006/01/16 21:32:59 brad Exp $
|
|
--- configure.in.orig Sun Jan 15 14:47:43 2006
|
|
+++ configure.in Sun Jan 15 17:09:45 2006
|
|
@@ -12,6 +12,7 @@ AC_PROG_CPP
|
|
AC_HEADER_STDC
|
|
AC_C_INLINE
|
|
AC_PROG_LIBTOOL
|
|
+LIBS="${LIBS} -liconv"
|
|
AM_ICONV
|
|
|
|
AC_CHECK_HEADERS(strings.h stdint.h unistd.h dirent.h \
|