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 f4d3e8b0dfbff8cf3d86529808fd9d161d354fce..ea34a78a9466024e11c2209499d680a78aec8065 100644 (file)
@@ -164,6 +164,7 @@ fi
 case "${enable_shared}" in
   yes) shared=yes ;;
   no) shared=no ;;
+  "") shared=no ;;
   *) shared=yes ;;
 esac