18655N/Adiff -ruN gnome-games-2.30.0.orig/configure.in gnome-games-2.30.0/configure.in
18655N/A--- gnome-games-2.30.0.orig/configure.in 2010-04-22 11:55:22.490189423 +0100
18655N/A+++ gnome-games-2.30.0/configure.in 2010-04-22 11:55:30.717872863 +0100
18655N/A@@ -23,7 +23,7 @@
18655N/A # we support and which features to check for
18655N/A
18655N/A # This is the canonical list of all game subdirectories.
18655N/A-allgames="aisleriot quadrapassel gnect gnomine swell-foop mahjongg gtali gnotravex gnotski glines iagno glchess gnobots2 gnibbles gnome-sudoku lightsoff"
18655N/A+allgames="aisleriot gnect gnomine swell-foop mahjongg gtali gnotravex gnotski glines iagno glchess gnobots2 gnibbles gnome-sudoku lightsoff"
18655N/A AC_SUBST([allgames])
18655N/A staginggames=""
18655N/A AC_SUBST([staginggames])
18655N/Adiff -ruN gnome-games-2.30.0.orig/configure.in gnome-games-2.30.0/configure.in
18655N/A--- gnome-games-2.30.0.orig/configure.in 2010-04-22 12:12:55.347670789 +0100
18655N/A+++ gnome-games-2.30.0/configure.in 2010-04-22 12:13:20.147603818 +0100
18655N/A@@ -205,9 +205,9 @@
18655N/A AC_PROG_LN_S
18655N/A AC_PROG_SED
18655N/A
18655N/A-if test "$need_cxx" = "yes"; then
18655N/A- AC_PROG_CXX
18655N/A+AC_PROG_CXX
18655N/A
18655N/A+if test "$need_cxx" = "yes"; then
18655N/A # Check whether a C++ was found (AC_PROG_CXX sets $CXX to "g++" even when it
18655N/A # doesn't exist)
18655N/A AC_LANG_PUSH([C++])