aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f4d3e8b..ea34a78 100644
--- a/configure.in
+++ b/configure.in
@@ -164,6 +164,7 @@ fi
case "${enable_shared}" in
yes) shared=yes ;;
no) shared=no ;;
+ "") shared=no ;;
*) shared=yes ;;
esac