summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-14 17:14:55 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-14 17:14:55 +0000
commitaa802e964f8d45d993f6c3171faa83e422f21957 (patch)
tree11193a81515bb3a55563172f3433ede5378b44c7 /configure
parent310b3460e0740903996b838e9f9f5842c579cb0f (diff)
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')
-rwxr-xr-xconfigure14
1 files changed, 1 insertions, 13 deletions
diff --git a/configure b/configure
index c66deb2ddc..083cca461d 100755
--- a/configure
+++ b/configure
@@ -2758,20 +2758,8 @@ if test $shared = default; then
fi
fi
-if test $static = no && test $shared = yes; then
- case "$host_os" in
- linux* | gnu*)
- { echo "configure: error:
-*** You must compile with support for the static library since the shared
-*** library uses it. Restart configure without \`--disable-static'." 1>&2; exit 1; }
- ;;
- *)
- ;;
- esac
-fi
-
echo $ac_n "checking whether -fPIC is default""... $ac_c" 1>&6
-echo "configure:2775: checking whether -fPIC is default" >&5
+echo "configure:2763: checking whether -fPIC is default" >&5
if eval "test \"`echo '$''{'pic_default'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else