gnome-games: switch to Python 2.7
[unleashed-userland.git] / components / desktop / gnome2 / gnome-games / patches / 01-add-libz.patch
blob638dbaef2ca84f735486531f63aae3c3b396b80a
1 --- gnome-games-2.25.91/configure.in.ori 2009-02-18 07:16:15.169699531 +0000
2 +++ gnome-games-2.25.91/configure.in 2009-02-18 07:19:44.279511018 +0000
3 @@ -850,6 +850,9 @@
4 # Check for library functions
5 # ===========================
7 +dnl *** check for libz ***
8 +AC_CHECK_LIB(z,gzread)
10 AC_CHECK_FUNCS([dup2 strcasecmp strchr strerror \
11 malloc vprintf], [],
12 [AC_MSG_ERROR([cannot find required function])])