diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-11-29 23:52:07 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-11-30 01:31:39 +0000 |
commit | c793cc35a0959a3e68ab09802e2c978750e94ace (patch) | |
tree | 22dc4ceb82660a13776d43cd7cb028fa49504937 /configure.ac | |
parent | 3005e90936c47c1f71672bf6c84fff20cb14014b (diff) | |
download | haskell-c793cc35a0959a3e68ab09802e2c978750e94ace.tar.gz |
libffi build system tweaks
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6b9335edda..06512358aa 100644 --- a/configure.ac +++ b/configure.ac @@ -137,7 +137,7 @@ AS_IF([test "$UseSystemLibFFI" = "YES"], [ AC_CHECK_LIB(ffi, ffi_call, [AC_CHECK_HEADERS([ffi.h], [break], []) AC_DEFINE([HAVE_LIBFFI], [1], [Define to 1 if you have libffi.])], - [UseSystemLibFFI="NO"]) + [AC_MSG_ERROR([Cannot find system libffi])]) CFLAGS="$CFLAGS2" LDFLAGS="$LDFLAGS2" ]) |