Fix build requirements by correctly noting that Python is required.
[pspp] / configure.ac
index 3aa807cee9da19bc15c71ce95b602fb37d39cd3e..c1bc5d78cb44aaeb00cde464c0695b6fe59ef7cf 100644 (file)
@@ -65,7 +65,7 @@ AM_CONDITIONAL(cc_is_gcc, test x"$GCC" = x"yes" )
 AM_CONDITIONAL(host_is_w32, [case $host_os in mingw*) true;; *) false;; esac] )
 
 PSPP_PERL
-PSPP_PYTHON
+PSPP_PYTHON3
 AC_CHECK_PROGS([TEX], [tex], [no])
 AC_SUBST([TEX])