head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.05.10.05.57.42; author dholland; state Exp; branches; next ; commitid Ai5HbqP0hq4OmeFG; desc @@ 1.1 log @games/lincity-ng: fix broken configure with gcc14 @ text @$NetBSD$ Fix wrong configure test that breaks the build with gcc14 --- configure.ac~ 2009-01-25 20:21:25.000000000 +0000 +++ configure.ac @@@@ -86,7 +86,7 @@@@ AM_BINRELOC NP_FINDLIB([ZLIB], [zlib], [zlib], NP_LANG_PROGRAM([[#include ]], - [[gzFile* file = gzopen("", "");]]), + [[gzFile file = gzopen("", "");]]), [], [-lz], [], [AC_MSG_ERROR([Please install zlib])]) @