diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-05-26 18:27:37 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-05-26 18:27:37 -0400 |
commit | 7fce4cbc0e0d00352826c5ef1d7f6bf8dbb826b9 (patch) | |
tree | 6ccf8b52da4f1a8e43af21a4a142b3abe403f543 /configure.ac | |
parent | 19c4203f12a849e1d468d7c1de5cd6bfe75a4bc1 (diff) | |
download | haskell-7fce4cbc0e0d00352826c5ef1d7f6bf8dbb826b9.tar.gz |
Revert "Rewrite boot in Python"
This reverts commit 0440af6abe592c2366d302d603664fe763ad0828.
Unfortunately this breaks on Windows for tiresome reasons. I'll need to
reevaluate this.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9f742d8c75..45b2ab3b62 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.3], [glasgow-haske # when the source distribution was created. if test ! -f mk/config.h.in; then - echo "mk/config.h.in doesn't exist: perhaps you haven't run 'python3 boot'?" + echo "mk/config.h.in doesn't exist: perhaps you haven't run 'perl boot'?" exit 1 fi |