[gnome-games] build: Remove lsb checks



commit c254376dcfaf99509bbfafd4c87897b705b551e5
Author: Christian Persch <chpe gnome org>
Date:   Sun May 1 14:16:42 2011 +0200

    build: Remove lsb checks
    
    They were used only on aisleriot.

 configure.in |   21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)
---
diff --git a/configure.in b/configure.in
index 349b084..bb31b76 100644
--- a/configure.in
+++ b/configure.in
@@ -226,27 +226,6 @@ GNOME_COMPILE_WARNINGS([maximum])
 GNOME_CXX_WARNINGS([yes])
 GNOME_MAINTAINER_MODE_DEFINES
 
-# *****************
-# Distribution info
-# *****************
-
-LSB_DISTRIBUTOR=
-LSB_DISTRIBUTION=
-
-AC_PATH_PROG([LSB_RELEASE],[lsb_release],[false])
-if test "$LSB_RELEASE" != "false"; then
-  LSB_DISTRIBUTOR="$($LSB_RELEASE -s -i | sed 's,^\",,;s,\"$,,')"
-  LSB_DISTRIBUTION="$($LSB_RELEASE -s -d | sed 's,^\",,;s,\"$,,')"
-fi
-
-AC_MSG_CHECKING([for LSB distributor])
-AC_MSG_RESULT([$LSB_DISTRIBUTOR])
-AC_MSG_CHECKING([for LSB distribution])
-AC_MSG_RESULT([$LSB_DISTRIBUTION])
-
-AC_DEFINE_UNQUOTED([LSB_DISTRIBUTOR],["$LSB_DISTRIBUTOR"],[The distributor ID])
-AC_DEFINE_UNQUOTED([LSB_DISTRIBUTION],["$LSB_DISTRIBUTION"],[The full distribution description])
-
 dnl ****************************************************************************
 dnl * Python 2.4
 dnl ****************************************************************************



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