summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2014-03-28 09:09:38 +0000
committerSimon Marlow <marlowsd@gmail.com>2014-03-28 09:13:18 +0000
commit4c8edfd2c722504baaa6896d194fd3a8c3f9b652 (patch)
treebec05715053d34645b8412c83d17dc495bbb8089 /aclocal.m4
parente54828bf25fa99e74588fecb0adc705fb869a8b4 (diff)
downloadhaskell-4c8edfd2c722504baaa6896d194fd3a8c3f9b652.tar.gz
Remove debugging output
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 5f5c424c78..7cae3b5ed4 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1811,7 +1811,6 @@ AC_MSG_NOTICE(Building in-tree ghc-pwd)
changequote(, )dnl
GHC_LDFLAGS=`echo $LDFLAGS | sed 's/\(^\| \)\([^ ]\)/\1-optl\2/g'`
changequote([, ])dnl
- echo $GHC_LDFLAGS
if ! "$WithGhc" $GHC_LDFLAGS -v0 -no-user-$GHC_PACKAGE_DB_FLAG -hidir utils/ghc-pwd/dist-boot -odir utils/ghc-pwd/dist-boot -stubdir utils/ghc-pwd/dist-boot --make utils/ghc-pwd/Main.hs -o utils/ghc-pwd/dist-boot/ghc-pwd
then
AC_MSG_ERROR([Building ghc-pwd failed])