Regenerated: autoconf sysdeps/unix/configure.in
[glibc.git] / sysdeps / mach / configure
blobdafdac5abb72bae8f6e1bd9ae53ac730eced8986
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 if test "${with_mach+set}" = set; then
9   withval="$with_mach"
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