12 lines
324 B
Plaintext
12 lines
324 B
Plaintext
$OpenBSD: patch-configure_in,v 1.6 2005/09/04 18:22:30 brad Exp $
|
|
--- configure.in.orig Sat Mar 5 15:02:47 2005
|
|
+++ configure.in Sun Mar 6 16:46:00 2005
|
|
@@ -12,6 +12,7 @@ AC_PROG_CPP
|
|
AC_HEADER_STDC
|
|
AC_C_INLINE
|
|
AM_PROG_LIBTOOL
|
|
+LIBS="${LIBS} -liconv"
|
|
AM_ICONV
|
|
|
|
AC_CHECK_HEADERS(strings.h stdint.h unistd.h dirent.h \
|