summaryrefslogtreecommitdiff
path: root/science/silo/files/patch-configure
blob: ddcf3501f05a17e2ed9137952ab8319b4eec5095 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.orig	2020-09-25 00:15:00 UTC
+++ configure
@@ -30346,7 +30346,7 @@ $as_echo "$am_cv_python_pyexecdir" >&6; }
 $as_echo_n "checking for Python include path... " >&6; }
    if test -z "$PYTHON_CPPFLAGS"; then
       python_path=`$PYTHON -c "import distutils.sysconfig; \
-         print distutils.sysconfig.get_python_inc();"`
+			print(distutils.sysconfig.get_python_inc());"`
       if test -n "${python_path}"; then
          python_path="-I$python_path"
       fi