[Spice-commits] 2 commits - configure.ac

Christophe Fergau teuf at kemper.freedesktop.org
Tue May 10 13:39:45 UTC 2016


 configure.ac |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 15dbc2da7a64b8ec145c20cc35bcd5f64493dffd
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Tue May 3 11:30:42 2016 +0200

    build-sys: Remove 'CXX' from configure summary
    
    We no longer make use of a c++ compiler since dropping the client, so
    no need to show it in the configure summary.

diff --git a/configure.ac b/configure.ac
index 84065f4..d789fbc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,7 +237,6 @@ AC_MSG_NOTICE([
 
         prefix:                   ${prefix}
         c compiler:               ${CC}
-        c++ compiler:             ${CXX}
 
         LZ4 support:              ${enable_lz4}
         Smartcard:                ${have_smartcard}
commit ad00538254b5fee6d1e2efb33d1f6b58e9518328
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Tue May 3 11:30:15 2016 +0200

    build-sys: Drop unneeded python check
    
    spice-server does not use python, the spice-common submodule needs it, but
    it has its own python check through the use of AM_PATH_PYTHON

diff --git a/configure.ac b/configure.ac
index 524e845..84065f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,6 @@ AC_CANONICAL_HOST
 LT_INIT([disable-static])
 AM_PROG_CC_C_O
 AC_C_BIGENDIAN
-AC_PATH_PROGS(PYTHON, python2 python)
 PKG_PROG_PKG_CONFIG
 
 AC_CHECK_HEADERS([sys/time.h])
@@ -239,7 +238,6 @@ AC_MSG_NOTICE([
         prefix:                   ${prefix}
         c compiler:               ${CC}
         c++ compiler:             ${CXX}
-        python:                   ${PYTHON}
 
         LZ4 support:              ${enable_lz4}
         Smartcard:                ${have_smartcard}


More information about the Spice-commits mailing list