<URL: http://bugs.freeciv.org/Ticket/Display.html?id=20534 >
> [chrisk - So 17. Dez 2006, 12:50:18]: > > Jason Dorje Short wrote on Dec 16, 17:37 (-0800): > > > > configure: error: Could not find zlib library. > > > > What does it say in config.log about it? (You can just attach the whole > > config.log if you can't find it.) > > Here it comes. > > Christian > > Patch attached.
Index: configure.ac =================================================================== --- configure.ac (Revision 12428) +++ configure.ac (Arbeitskopie) @@ -343,7 +343,7 @@ dnl note this has to match the path installed by po/Makefile if test x"$MINGW32" != "xyes"; then - CPPFLAGS="$CFLAGS -DLOCALEDIR=\"\\\"$localedir\"\\\"" + CPPFLAGS="$CFLAGS -DLOCALEDIR=\"\\\"$localedir\\\"\"" else AC_DEFINE_UNQUOTED(LOCALEDIR, "./share/locale", [Locale directory (windows)]) fi
_______________________________________________ Freeciv-dev mailing list [email protected] https://mail.gna.org/listinfo/freeciv-dev
