.
[glibc.git] / sysdeps / mach / configure
blobfb1d8b09798d8596b22bfabec9cea88187c99074
1  
2 # If configure is passed `--with-mach=DIR', set `mach-srcdir' to DIR in
3 # config.make.
5 ac_help="$ac_help
6   --with-mach=DIRECTORY   find Mach kernel source code in DIRECTORY [../mach]"
7 # Check whether --with-mach or --without-mach was given.
8 withval="$with_mach"
9 if test -n "$withval"; then
10   case z"$with_mach" in
11 z | zno | zyes) ;; # Not specified, or specified with no value.
12 z*) config_vars="$config_vars
13 mach-srcdir = $with_mach" ;;
14 esac