diff --git a/ChangeLog b/ChangeLog index 0c7260794..5c25a60dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-04-07 13:21 Alexander Malmberg + + * configure.ac: Link directly to the foreign function interfaces + section in the build guide in the error message for missing ffi + library. + + * configure: Regenerate. + 2003-04-07 Richard Frith-Macdonald * Headers/gnustep/base/GSCategories.h (GS_USEIDLIST and diff --git a/configure b/configure index 21ca13cb4..f789492ed 100755 --- a/configure +++ b/configure @@ -12273,7 +12273,7 @@ echo "${ECHO_T}none" >&6 echo "If you really want to build -base without DO support, add --disable-do" echo "to the configure arguments." echo "For more information, read the GNUstep build guide, ffcall section:" - echo "http://documents.made-it.com/GNUstep/buildguide.html" + echo "http://documents.made-it.com/GNUstep/buildguide.html#FOREIGN.FUNCTION.INTERFACES" { { echo "$as_me:$LINENO: error: No ffcall interface library found." >&5 echo "$as_me: error: No ffcall interface library found." >&2;} { (exit 1); exit 1; }; } diff --git a/configure.ac b/configure.ac index 649412492..dcaffc056 100644 --- a/configure.ac +++ b/configure.ac @@ -897,7 +897,7 @@ else echo "If you really want to build -base without DO support, add --disable-do" echo "to the configure arguments." echo "For more information, read the GNUstep build guide, ffcall section:" - echo "http://documents.made-it.com/GNUstep/buildguide.html" + echo "http://documents.made-it.com/GNUstep/buildguide.html#FOREIGN.FUNCTION.INTERFACES" AC_MSG_ERROR([No ffcall interface library found.]) fi AC_MSG_WARN([No ffcall interface library found])