Commit 03c8e079 authored by Xavier Marchesini's avatar Xavier Marchesini

Modified configure.in to allow cross-compiling with Mingw32.

Quick and ugly, i'm gonna find a better way to do it.
parent b5290e75
This diff is collapsed.
......@@ -34,7 +34,11 @@ dnl AM_PROG_LIBTOOL
AC_PROG_INSTALL
dnl Check for endianness
dnl if we cross compile for win32, we don't need to test it.
dnl quick and udly hack. Gonna search the way to do it better.
if eval "test $CC = gcc"; then
AC_C_BIGENDIAN
fi
dnl Check for system libs needed
AC_CHECK_FUNCS(gettimeofday select strerror strtod strtol)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment