fix last patch

This commit is contained in:
Ian Lance Taylor 1996-04-08 19:33:54 +00:00
parent d4be776500
commit feb522ad4a
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ fi
case "${enable_shared}" in
yes) shared=yes ;;
no) shared=no ;;
"") shared=no ;;
*) shared=yes ;;
esac