[gnome-games] Remove more unused win32 checks in configure.ac



commit 96c6f830d0b0c9b729b8ad4274d74d46a898aef3
Author: Robert Ancell <robert ancell canonical com>
Date:   Wed Jan 18 16:32:03 2012 +1100

    Remove more unused win32 checks in configure.ac

 configure.ac |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 79c19d0..c56ffe0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -253,18 +253,6 @@ esac
 AC_MSG_RESULT([$platform_win32])
 AM_CONDITIONAL([PLATFORM_WIN32],[test "$platform_win32" = "yes"])
 
-AC_MSG_CHECKING([for native Win32])
-case "$host" in
-  *-*-mingw*)
-    os_win32=yes
-    ;;
-  *)
-    os_win32=no
-    ;;
-esac
-AC_MSG_RESULT([$os_win32])
-AM_CONDITIONAL([PLATFORM_WIN32_NATIVE],[test "$os_win32" = "yes"])
-
 # ********************
 # Checks for libraries
 # ********************
@@ -618,14 +606,8 @@ Configuration:
 
     Source code location:  ${srcdir}
     Compiler:              ${CC}
-
     Platform:              ${with_platform}"
 
-if test -n "$with_platform_variant"; then
-  echo "
-    Platform variant:      ${with_platform_variant}"
-fi
-
 echo "
     Games to be compiled:  ${gamelist}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]