summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-11-30 12:07:07 +0000
committerIan Lynagh <ian@well-typed.com>2012-11-30 12:07:07 +0000
commit0bb2274f678678791247c8afec12eb9208f6b379 (patch)
treebcfb57ad337d1c721ae54fa673c87259688b0a1a /configure.ac
parent2c6939a5b0b11950712be160d2712aee0e6f8b4b (diff)
downloadhaskell-0bb2274f678678791247c8afec12eb9208f6b379.tar.gz
Remove unused PYTHON in build system
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 06512358aa..e5841ed854 100644
--- a/configure.ac
+++ b/configure.ac
@@ -603,9 +603,6 @@ cygwin32|mingw32)
;;
esac
-dnl ** check for Python
-AC_PATH_PROG(PythonCmd,python)
-
dnl ** look for GCC and find out which version
dnl Figure out which C compiler to use. Gcc is preferred.
dnl If gcc, make sure it's at least 3.0
@@ -1029,7 +1026,6 @@ echo ["\
ld : $LdCmd
Happy : $HappyCmd ($HappyVersion)
Alex : $AlexCmd ($AlexVersion)
- Python : $PythonCmd
Perl : $PerlCmd
dblatex : $DblatexCmd
xsltproc : $XsltprocCmd"]