diff --git a/src/configure.in b/src/configure.in index 78ce0ffab0b1f8452985aa9bd55d8ed798850b69..d3279821903fc08c54fff560733f4f89b226f879 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1,4 +1,4 @@ -AC_REVISION("$Id: configure.in,v 1.424 2000/09/30 18:02:09 grubba Exp $") +AC_REVISION("$Id: configure.in,v 1.425 2000/10/01 18:11:28 grubba Exp $") AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h) @@ -859,7 +859,8 @@ if test "$cflags_is_set" = "no"; then [ # aka MacOS X. # Check for useful frameworks. - AC_SYS_COMPILER_FLAG(-framework Zip, framework_Zip, CPPFLAGS) + # Disabled, since it doesn't work as advertized... + # AC_SYS_COMPILER_FLAG(-framework Zip, framework_Zip, CPPFLAGS) ]) else if test "x${TCC-}" = xyes ; then