(__pipe): Consider MIG_BAD_ID and EOPNOTSUPP as indications that the server port...
[glibc.git] / sysdeps / mach / hurd / configure.in
blob39e1002d6e65c5007d4211949a28b272d05b7209
1 sinclude(./aclocal.m4)dnl Autoconf lossage.
2 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
4 # If configure is passed `--with-hurd=DIR', set `hurd-srcdir' to DIR in
5 # config.make.
7 AC_ARG_WITH(hurd, dnl
8 [  --with-hurd=DIRECTORY   find Hurd source code in DIRECTORY [../hurd]],
9             [dnl
10 case z"$with_hurd" in
11 z | zno | zyes) ;; # Not specified, or specified with no value.
12 z*) config_vars="$config_vars
13 hurd-srcdir = $with_hurd" ;;
14 esac
17 # Don't bother trying to generate any glue code to be compatible with the
18 # existing system library, because we are the only system library.
19 inhibit_glue=yes