summaryrefslogtreecommitdiff
path: root/m4/maybe_override_stage0.m4
blob: d83473af0343ab360e46de5a1c1a5766898c64db (plain)
1
2
3
4
5
6
AC_DEFUN([MAYBE_OVERRIDE_STAGE0],[
  if test ! -z "$With_$1" -a "$CrossCompiling" != "YES"; then
      AC_MSG_NOTICE([Not cross-compiling, so --with-$1 also sets $2])
      $2=$With_$1
  fi
])