From 7dc8197f8bd6ad7989781604efee4536a271a29a Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Tue, 22 Jan 2002 21:59:31 +0000 Subject: - (stevesk) fix --with-zlib= --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d002a3386..1081b6a37 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -i# $Id: configure.ac,v 1.14 2002/01/22 21:12:37 djm Exp $ +i# $Id: configure.ac,v 1.15 2002/01/22 21:59:32 stevesk Exp $ AC_INIT AC_CONFIG_SRCDIR([ssh.c]) @@ -337,7 +337,7 @@ dnl zlib is required AC_ARG_WITH(zlib, [ --with-zlib=PATH Use zlib in PATH], [ - if test "x$withval" != "xno" ; then + if test "x$withval" = "xno" ; then AC_MSG_ERROR([*** zlib is required ***]) fi if test -d "$withval/lib"; then -- cgit v1.2.3