about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-10-30 13:00:21 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-10-30 13:00:21 +0000
commit2c16d989ba6912ec3feb5941e2c96a94200b881f (patch)
treee6ad4e14572671a45fed89e8ab7bbb2289afe420 /configure.ac
parent2adb5a6d70c5f04efdb7ca19e92b7a3af48f5d0b (diff)
downloadzsh-2c16d989ba6912ec3feb5941e2c96a94200b881f.tar.gz
zsh-2c16d989ba6912ec3feb5941e2c96a94200b881f.tar.xz
zsh-2c16d989ba6912ec3feb5941e2c96a94200b881f.zip
25961: remove opening parenthesis from case
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 51c8ba73e..8fb4843e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2942,10 +2942,12 @@ echo "See config.modules for installed modules and functions.
 "
 
 case x$LIBS in
-  (*-lgdbm*)
+  *-lgdbm*)
   echo "WARNING: zsh has been linked against libgdbm.
 This means the binary is covered by the GNU General Public License.
 This does not affect the source code.
 Run configure with --disable-gdbm if required."
   ;;
 esac
+
+exit 0