From 2c16d989ba6912ec3feb5941e2c96a94200b881f Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 30 Oct 2008 13:00:21 +0000 Subject: 25961: remove opening parenthesis from case --- ChangeLog | 3 +++ configure.ac | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 412714220..8d531b5f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-10-30 Peter Stephenson + * 25961: configure.ac: some sh's don't handle opening parentheses + in case. + * unposted: NEWS, README, Config/version.mk, Etc/FAQ.yo, Etc/relnote_4.3.7.txt, Etc/relnote_4.3.8.txt, Etc/relnote_4.3.9.txt: try again with 4.3.9. 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 -- cgit 1.4.1