1
0
Fork 0
mirror of git://git.psyced.org/git/psyclpc synced 2024-08-15 03:20:16 +00:00

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

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)