seems /that/ wasn't cruft :P

This commit is contained in:
Bill Currie 2005-05-09 12:11:18 +00:00
parent bebfe1594d
commit 85c25488b1

View file

@ -40,6 +40,14 @@ AC_SUBST(ISODATE)
AC_LANG_C
if test "x${CFLAGS-unset}" = xunset; then
CFLAGS=""
fi
if test "$x{AR-unset}" = xunset; then
AR="ar"
fi
export AR
endian=""
case "$host_os" in
mingw32*)