Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: case in Solaris 8 sh doesn't handle opening parenthesis



I'd just mailed a 4.3.9.  Ignore my attempts to delete it at the wrong
email address.  I'll delete it at the right email address and make it
again.

Index: configure.ac
===================================================================
RCS file: /cvsroot/zsh/zsh/configure.ac,v
retrieving revision 1.111
diff -u -r1.111 configure.ac
--- configure.ac	30 Oct 2008 10:20:42 -0000	1.111
+++ configure.ac	30 Oct 2008 12:49:21 -0000
@@ -2942,10 +2942,12 @@
 "
 
 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


-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070



Messages sorted by: Reverse Date, Date, Thread, Author