diff options
Diffstat (limited to 'distrib/configure.ac.in')
-rw-r--r-- | distrib/configure.ac.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index f9f14d1f6b..9cdb635ed3 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -159,7 +159,7 @@ dnl May need to use gcc to find platform details. dnl -------------------------------------------------------------- FPTOOLS_SET_HASKELL_PLATFORM_VARS -dnl TargetWordSize for settings.in +dnl TargetWordSize for settings file AC_CHECK_SIZEOF(void *, 4) if test "x$ac_cv_sizeof_void_p" = "x0"; then AC_MSG_ERROR([Failed to determine machine word size. Does your toolchain actually work?]) |