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:
parent
2d4f18e39e
commit
373fb8ac83
1 changed files with 2 additions and 1 deletions
|
@ -1316,8 +1316,9 @@ for TESTPATH in "" "/usr/local/include"; do
|
||||||
if test "x$TESTPATH" != "x"; then
|
if test "x$TESTPATH" != "x"; then
|
||||||
CFLAGS="-I$TESTPATH $saveflags"
|
CFLAGS="-I$TESTPATH $saveflags"
|
||||||
fi
|
fi
|
||||||
|
# it's sys/iconv.h for BSD.. how do we support both paths?
|
||||||
AC_TRY_COMPILE([
|
AC_TRY_COMPILE([
|
||||||
#include <sys/iconv.h>
|
#include <iconv.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
iconv_t * foo(void)
|
iconv_t * foo(void)
|
||||||
|
|
Loading…
Reference in a new issue