diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-05 05:09:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-05 05:09:56 +0000 |
commit | 198046e105783f200a3512c2fcb986570f81b0a0 (patch) | |
tree | bfc310946efb0536e3adb4518fac0145c3911688 /sysdeps | |
parent | caa9e37aab6f2d9e10fd67e2aefdc2b0435a8379 (diff) | |
download | glibc-198046e105783f200a3512c2fcb986570f81b0a0.tar.gz glibc-198046e105783f200a3512c2fcb986570f81b0a0.tar.xz glibc-198046e105783f200a3512c2fcb986570f81b0a0.zip |
Regenerated: autoconf sysdeps/mach/hurd/configure.in cvs/libc-960605
Diffstat (limited to 'sysdeps')
-rwxr-xr-x | sysdeps/mach/hurd/configure | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sysdeps/mach/hurd/configure b/sysdeps/mach/hurd/configure index b756758f15..ab0a8021d0 100755 --- a/sysdeps/mach/hurd/configure +++ b/sysdeps/mach/hurd/configure @@ -1,21 +1,4 @@ -# If configure is passed `--with-hurd=DIR', set `hurd-srcdir' to DIR in -# config.make. - -ac_help="$ac_help - --with-hurd=DIRECTORY find Hurd source code in DIRECTORY [../hurd]" -# Check whether --with-hurd or --without-hurd was given. -if test "${with_hurd+set}" = set; then - withval="$with_hurd" - case z"$with_hurd" in -z | zno | zyes) ;; # Not specified, or specified with no value. -z*) config_vars="$config_vars -hurd-srcdir = $with_hurd" ;; -esac - -fi - - # Don't bother trying to generate any glue code to be compatible with the # existing system library, because we are the only system library. inhibit_glue=yes |