Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 3cc28cd

Browse files
committed
Bug 860631 - use $PYTHON instead of hardcoding python, fixes c-c on OpenBSD after bug 648980 r=glandium
1 parent 6e05e22 commit 3cc28cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4378,7 +4378,7 @@ if test -f "${srcdir}/${MOZ_BUILD_APP}/configure.in" ; then
43784378
_subconfigure_subdir="$1"
43794379
_subconfigure_config_args="$ac_configure_args"
43804380
}
4381-
tmpscript=`python -c 'import os, tempfile; print tempfile.mktemp(prefix="subscript.").replace(os.sep, "/")'` || exit 1
4381+
tmpscript=`$PYTHON -c 'import os, tempfile; print tempfile.mktemp(prefix="subscript.").replace(os.sep, "/")'` || exit 1
43824382
m4 "${srcdir}/build/autoconf/subconfigure.m4" \
43834383
"${srcdir}/build/autoconf/altoptions.m4" \
43844384
"${srcdir}/${MOZ_BUILD_APP}/configure.in" > $tmpscript

0 commit comments

Comments
 (0)