and back.. grmlbm i hate configure

This commit is contained in:
The TorPSYC Team 2013-09-27 22:07:36 +02:00
parent 2d4f18e39e
commit 373fb8ac83
1 changed files with 2 additions and 1 deletions

View File

@ -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 <sys/iconv.h>
#include <iconv.h>
#endif
iconv_t * foo(void)