summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-29 16:22:01 +0200
committerwm4 <wm4@nowhere>2012-09-29 16:22:01 +0200
commit6fb0e6bf1c8312555cc8e29ef3513e0dc5a848fe (patch)
tree84512234b746775ecd8b725c3ecaf38a8d1ce7d4 /configure
parent0ee09dcdbecc115531ee4fbfa534bcb654b5cbf6 (diff)
downloadmpv-6fb0e6bf1c8312555cc8e29ef3513e0dc5a848fe.tar.bz2
mpv-6fb0e6bf1c8312555cc8e29ef3513e0dc5a848fe.tar.xz
build: use "python" instead of "python3" as interpreter name
This works regardless whether "python" starts a Python 2 or Python 3 interpreter.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index d0fedf2d59..f994725791 100755
--- a/configure
+++ b/configure
@@ -1019,8 +1019,8 @@ echocheck "working compiler"
cflag_check "" || die "Compiler is not functioning correctly. Check your installation and custom CFLAGS $CFLAGS ."
echo "yes"
-echocheck "python3"
-command_check python3 -c '' || die "Python 3 is not functioning correctly. Check your installation and PATH."
+echocheck "python"
+command_check python -c '' || die "Python is not functioning correctly. Check your installation and PATH."
echo yes
if test -z "$_target" && x86 ; then