LoTR sent a patch fixing the previous commit Daniel

* configure.in: LoTR sent a patch fixing the previous commit
Daniel
diff --git a/configure.in b/configure.in
index 3a62e13..a67bdc4 100644
--- a/configure.in
+++ b/configure.in
@@ -60,11 +60,11 @@
         if test "x${Z_DIR}" != "x"; then
             Z_CFLAGS="-I${Z_DIR}/include"
             Z_LIBS="-L${Z_DIR}/lib -lz"
-	    case ${host} in
+	    [case ${host} in
 		*-*-solaris*)
-		    Z_LIBS="-L${Z_DIR}/lib -R${Z_DIR}/lib -lz}"
+		    Z_LIBS="-L${Z_DIR}/lib -R${Z_DIR}/lib -lz"
 		    ;;
-	    esac
+	    esac]
         else
             Z_LIBS="-lz"
         fi]))