into mithis.com:/cc/packages
2004/09/24 22:25:17+09:30 mithis.com!mithro
Moved it back into working because it compiles and works.
BKrev: 415419876Cz_qiJqEaL8I0sgCy6CTA
--- /dev/null
+--- ./configure.old 2004-09-24 01:03:55.000000000 +0930
++++ ./configure 2004-09-24 01:04:18.000000000 +0930
+@@ -4313,13 +4313,7 @@
+ echores "$_fribidi"
+
+
+-echocheck "zlib"
+-cat > $TMPC << EOF
+-#include <zlib.h>
+-int main(void) { (void) inflate(0, Z_NO_FLUSH); return 0; }
+-EOF
+-_zlib=no
+-cc_check -lz && _zlib=yes
++_zlib=yes
+ if test "$_zlib" = yes ; then
+ _def_zlib='#define HAVE_ZLIB 1'
+ _ld_zlib='-lz'