From 136d7609c630de09d0baa79038373b07e5b3a842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Mon, 25 May 2009 19:37:03 +0000 Subject: [PATCH] No need to link with zlib --- support/configure.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/configure.inc b/support/configure.inc index 6680815c..4f74edf8 100644 --- a/support/configure.inc +++ b/support/configure.inc @@ -170,7 +170,7 @@ fi cat >> ${CONFIG_MAK} << EOF OSENV=${OSENV} -LDFLAGS_cfg += -lz -lm +LDFLAGS_cfg += -lm EOF print_config CONFIG_ ${CONFIG_H} ${CONFIG_MAK} $CONFIG_LIST