mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
seems /that/ wasn't cruft :P
This commit is contained in:
parent
bebfe1594d
commit
85c25488b1
1 changed files with 8 additions and 0 deletions
|
@ -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*)
|
||||
|
|
Loading…
Reference in a new issue