aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.table
diff options
context:
space:
mode:
authorManfred Hollstein <manfred@s-direktnet.de>1998-05-21 07:52:43 +0000
committerManfred Hollstein <manfred@gcc.gnu.org>1998-05-21 07:52:43 +0000
commit39d6585022489902100df3dc47f799183c6aeac1 (patch)
tree01801ce39ab257bbc46e9b70a9a7362981edd6f7 /libiberty/config.table
parentb9256371fa7d10f7f401a68820fdcbe38c78885e (diff)
downloadgcc-39d6585022489902100df3dc47f799183c6aeac1.zip
gcc-39d6585022489902100df3dc47f799183c6aeac1.tar.gz
gcc-39d6585022489902100df3dc47f799183c6aeac1.tar.bz2
configure.in: Check for unistd.h as well.
� * configure.in: Check for unistd.h as well. * configure: Rebuild. * config.in: Rebuild. * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE is defined in unistd.h. Reformat conditional block for easier reading. * config.table (shared): Default to no if ${enable_shared} is unset or empty; this logic is used by the toplevel configure scripts, too. From-SVN: r19925
Diffstat (limited to 'libiberty/config.table')
-rw-r--r--libiberty/config.table1
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/config.table b/libiberty/config.table
index 063f383..828b3b2 100644
--- a/libiberty/config.table
+++ b/libiberty/config.table
@@ -13,6 +13,7 @@ frags=$frag
case "${enable_shared}" in
yes) shared=yes ;;
no) shared=no ;;
+ "") shared=no ;;
*) shared=yes ;;
esac
if [ "${shared}" = "yes" ]; then