From: Ian Lance Taylor Date: Mon, 8 Apr 1996 19:33:54 +0000 (+0000) Subject: fix last patch X-Git-Tag: gdb-4_18~8894 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feb522ad4a258e71fcaa275abba3240f8fb5ba20;p=thirdparty%2Fbinutils-gdb.git fix last patch --- diff --git a/configure.in b/configure.in index f4d3e8b0dfb..ea34a78a946 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