diff options
author | Ian Lynagh <igloo@earth.li> | 2011-06-12 12:48:31 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-06-12 12:51:08 +0100 |
commit | 687c4e7c66f9fd398493991146c61332f14113fb (patch) | |
tree | 502399f8b4127a23cecfa16343a08cbabe749b30 /libraries/base/aclocal.m4 | |
parent | 7c85f70792786969acc5c7239fb4dd8a1a86f18a (diff) | |
download | haskell-687c4e7c66f9fd398493991146c61332f14113fb.tar.gz |
In configure, remove default Haskell equivalent of C types
The macro was just ignoring the defaults.
Diffstat (limited to 'libraries/base/aclocal.m4')
-rw-r--r-- | libraries/base/aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/aclocal.m4 b/libraries/base/aclocal.m4 index d522b77ed3..d444fcfe81 100644 --- a/libraries/base/aclocal.m4 +++ b/libraries/base/aclocal.m4 @@ -112,7 +112,7 @@ AC_DEFUN([FPTOOLS_HTYPE_INCLUDES], dnl ** Map an arithmetic C type to a Haskell type. dnl Based on autconf's AC_CHECK_SIZEOF. -dnl FPTOOLS_CHECK_HTYPE(TYPE [, DEFAULT_VALUE ]) +dnl FPTOOLS_CHECK_HTYPE(TYPE) AC_DEFUN([FPTOOLS_CHECK_HTYPE],[ changequote(<<, >>) dnl The name to #define. |