Kaydet (Commit) 705b13ce authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Follow our convention, set CROSS_COMPILING to YES or empty

üst 025ca517
......@@ -1307,7 +1307,11 @@ dnl checks build and host OSes
dnl ===================================================================
AC_CANONICAL_SYSTEM
CROSS_COMPILING=$cross_compiling
if test "$cross_compiling" = "yes"; then
CROSS_COMPILING=YES
else
CROSS_COMPILING=
fi
AC_SUBST(CROSS_COMPILING)
dnl ===================================================================
......
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