diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-14 17:14:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-14 17:14:55 +0000 |
commit | aa802e964f8d45d993f6c3171faa83e422f21957 (patch) | |
tree | 11193a81515bb3a55563172f3433ede5378b44c7 /configure.in | |
parent | 310b3460e0740903996b838e9f9f5842c579cb0f (diff) | |
download | glibc-aa802e964f8d45d993f6c3171faa83e422f21957.tar.gz glibc-aa802e964f8d45d993f6c3171faa83e422f21957.tar.xz glibc-aa802e964f8d45d993f6c3171faa83e422f21957.zip |
Update.
1998-04-14 Ulrich Drepper <drepper@cygnus.com> * Makefile: Include makeconfig before defining rule to regenerate configure files. * configure.in: Remove restriction on compiling without static libs.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.in b/configure.in index 86eec3c942..aca7dd1031 100644 --- a/configure.in +++ b/configure.in @@ -1111,19 +1111,6 @@ if test $shared = default; then fi fi -dnl We must not allow compilation without static library on some platforms. -if test $static = no && test $shared = yes; then - case "$host_os" in - linux* | gnu*) - AC_MSG_ERROR([ -*** You must compile with support for the static library since the shared -*** library uses it. Restart configure without \`--disable-static'.]) - ;; - *) - ;; - esac -fi - AC_CACHE_CHECK([whether -fPIC is default], pic_default, [pic_default=yes cat > conftest.c <<EOF |