testsuite/IpeStats: Use Make rather than shell interpolation
[ghc.git] / m4 / maybe_override_stage0.m4
blobd83473af0343ab360e46de5a1c1a5766898c64db
1 AC_DEFUN([MAYBE_OVERRIDE_STAGE0],[
2   if test ! -z "$With_$1" -a "$CrossCompiling" != "YES"; then
3       AC_MSG_NOTICE([Not cross-compiling, so --with-$1 also sets $2])
4       $2=$With_$1
5   fi
6 ])