diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-04-23 11:22:44 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-04-23 12:00:58 +0100 |
commit | 58a656956f707719a76654f7f2c45e8b8a108c9b (patch) | |
tree | a7e440bf900e3c569a610f559111a3915362312e /configure.ac | |
parent | f446f6a3cff21bb709ea501c5be87b0282d5da1c (diff) | |
download | haskell-58a656956f707719a76654f7f2c45e8b8a108c9b.tar.gz |
configure.ac: print paths to dllwrap and windres
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 83e692f941..5606080f63 100644 --- a/configure.ac +++ b/configure.ac @@ -1242,6 +1242,8 @@ echo "\ nm : $NmCmd objdump : $ObjdumpCmd ranlib : $RanlibCmd + windres : $Windres + dllwrap : $DllWrap Happy : $HappyCmd ($HappyVersion) Alex : $AlexCmd ($AlexVersion) Perl : $PerlCmd |