diff options
Diffstat (limited to 'libiberty/config.table')
-rw-r--r-- | libiberty/config.table | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/config.table b/libiberty/config.table index 063f3839e74..828b3b2bfe0 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 |