# If configure is passed `--with-mach=DIR', set `mach-srcdir' to DIR in
# config.make.

case z"$with_mach" in
z | zyes) ;; # Not specified, or specified with no value.
z*) config_vars="$config_vars
mach-srcdir = $with_mach" ;;
esac
