[Libreoffice-commits] core.git: configure.ac

Tor Lillqvist tml at collabora.com
Fri Oct 10 01:46:32 PDT 2014


 configure.ac |   10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

New commits:
commit 5af8c041607d5f25a4b9e11978215f629c0a6c95
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Oct 10 10:20:59 2014 +0300

    Bin pointless case statement: both cases were identical

diff --git a/configure.ac b/configure.ac
index 03f58b9..6b79026 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7783,15 +7783,7 @@ fi
 
 if test $enable_python = system; then
     if test -z "$PYTHON_CFLAGS" -a $_os = Darwin; then
-        # Make sure we use the 2.6 Python when building against the
-        # 10.6 SDK.
-        case $with_macosx_sdk in
-        10.8)
-            python_version=2.7;;
-        *)
-            # 10.9 etc.
-            python_version=2.7;;
-        esac
+        python_version=2.7
         PYTHON=python$python_version
         if test -d "$FRAMEWORKSHOME/Python.framework/Versions/${python_version}/include/python${python_version}"; then
             PYTHON_CFLAGS="-I$FRAMEWORKSHOME/Python.framework/Versions/${python_version}/include/python${python_version}"


More information about the Libreoffice-commits mailing list