diff options
author | Ian Lynagh <igloo@earth.li> | 2011-06-23 12:50:34 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-06-23 12:50:34 +0100 |
commit | b5dc188b9b433c803a3aef824b31191aaadefe44 (patch) | |
tree | 1d6af8c3f7a8cf8014312b2d6f9c4652483e2874 /aclocal.m4 | |
parent | 81c6dc7684178f9feb8884fe3049f42f43245786 (diff) | |
download | haskell-b5dc188b9b433c803a3aef824b31191aaadefe44.tar.gz |
Fix path to touch on Windows
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 4a2a354a18..2e9764ccdb 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -115,7 +115,7 @@ AC_DEFUN([FP_SETTINGS], SettingsPerlCommand='$topdir/../perl/perl.exe' SettingsDllWrapCommand='$topdir/../mingw/bin/dllwrap.exe' SettingsWindresCommand='$topdir/../mingw/bin/windres.exe' - SettingsTouchCommand='$topdir/touch.exe' + SettingsTouchCommand='$topdir/touchy.exe' else SettingsCCompilerCommand="$WhatGccIsCalled" SettingsCCompilerFlags="$CONF_CC_OPTS_STAGE2" |