From 373fb8ac832c2492e99f23732bfabe6da9d80f81 Mon Sep 17 00:00:00 2001 From: The TorPSYC Team Date: Fri, 27 Sep 2013 22:07:36 +0200 Subject: [PATCH] and back.. grmlbm i hate configure --- src/autoconf/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/autoconf/configure.in b/src/autoconf/configure.in index f832d22..2b1c94a 100644 --- a/src/autoconf/configure.in +++ b/src/autoconf/configure.in @@ -1316,8 +1316,9 @@ for TESTPATH in "" "/usr/local/include"; do if test "x$TESTPATH" != "x"; then CFLAGS="-I$TESTPATH $saveflags" fi +# it's sys/iconv.h for BSD.. how do we support both paths? AC_TRY_COMPILE([ -#include +#include #endif iconv_t * foo(void)