fix last patch
authorIan Lance Taylor <ian@airs.com>
Mon, 8 Apr 1996 19:33:54 +0000 (19:33 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 8 Apr 1996 19:33:54 +0000 (19:33 +0000)
configure.in

index f4d3e8b..ea34a78 100644 (file)
@@ -164,6 +164,7 @@ fi
 case "${enable_shared}" in
   yes) shared=yes ;;
   no) shared=no ;;
+  "") shared=no ;;
   *) shared=yes ;;
 esac