diff options
Diffstat (limited to 'devel/libmpsse/files/patch-configure.ac')
-rw-r--r-- | devel/libmpsse/files/patch-configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libmpsse/files/patch-configure.ac b/devel/libmpsse/files/patch-configure.ac index 48a476caa92d..c7bdeb67aed0 100644 --- a/devel/libmpsse/files/patch-configure.ac +++ b/devel/libmpsse/files/patch-configure.ac @@ -6,7 +6,7 @@ + if ! test $PYEXE + then -+ PYEXE=$(which python2) ++ PYEXE=$(which python2.7) + if ! test ${PYEXE} + then + PYEXE=$(which python) @@ -16,7 +16,7 @@ + + if ! test $PYDEV + then -+ for INCL in $(python2-config --includes) ++ for INCL in $(python2.7-config --includes) + do + echo $INCL + INCL=$(echo "${INCL}" | sed 's:^-I::g') |