Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-08-01 10:59:29 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-08-01 10:59:29 +0400
commit7fad175c3bb7aae865096bc378768e9d22f753dd (patch)
tree7afd7da9d3a540e75a854a7c12d571ec2eea1131 /configure.in
parent79bac871d328ae9d8280d460f9aff533591477c3 (diff)
Make Configure point people to the libffi library
svn path=/trunk/mono/; revision=362
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 32ec6619b5d..9adca18d8ea 100644
--- a/configure.in
+++ b/configure.in
@@ -30,7 +30,7 @@ AC_SUBST(GMODULE_CFLAGS)
AC_SUBST(GMODULE_LIBS)
AC_CHECK_LIB(ffi, ffi_prep_cif, ,[
-AC_MSG_ERROR(libffi 1.20 or higher is required.)])
+AC_MSG_ERROR(libffi 1.20 or higher is required. You can get this from http://sources.redhat.com/libffi)])
CFLAGS='-g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations'
AC_SUBST(CFLAGS)