diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-05-08 11:27:14 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-05-08 11:27:14 -0700 |
commit | 95afbbe5fcf1b9eca04c05368d6c546b883007cb (patch) | |
tree | 0db234d0ca9c4a4539ecc4ba2cfe9c5167ff3dd4 /sysdeps/unix/sysv/linux/configure | |
parent | 7a1a51b51341e0d0a35bf021e4104e0c9ae5bf63 (diff) | |
download | glibc-95afbbe5fcf1b9eca04c05368d6c546b883007cb.tar.gz glibc-95afbbe5fcf1b9eca04c05368d6c546b883007cb.tar.xz glibc-95afbbe5fcf1b9eca04c05368d6c546b883007cb.zip |
Some configure-related decrufting.
Diffstat (limited to 'sysdeps/unix/sysv/linux/configure')
-rw-r--r-- | sysdeps/unix/sysv/linux/configure | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure index fb2e343a72..6ba2454d7e 100644 --- a/sysdeps/unix/sysv/linux/configure +++ b/sysdeps/unix/sysv/linux/configure @@ -32,10 +32,6 @@ $as_echo "$ac_res" >&6; } # This file is generated from configure.ac by Autoconf. DO NOT EDIT! # Local configure fragment for sysdeps/unix/sysv/linux. -# 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 - if test -n "$sysheaders"; then OLD_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS $SYSINCLUDES" |