diff options
Diffstat (limited to 'games/gcompris/files/patch-configure')
-rw-r--r-- | games/gcompris/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/gcompris/files/patch-configure b/games/gcompris/files/patch-configure deleted file mode 100644 index 9d27ef2d5c1c..000000000000 --- a/games/gcompris/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2010-03-21 14:18:33.000000000 -0400 -+++ configure 2010-03-21 14:18:33.000000000 -0400 -@@ -15286,7 +15286,7 @@ else - USE_DEBUG="no" - fi - --if test "x$USE_DEBUG" == "xyes" ; then -+if test "x$USE_DEBUG" = "xyes" ; then - - cat >>confdefs.h <<_ACEOF - #define DEBUG 1 |