From: curt Date: Tue, 24 Sep 2002 02:55:54 +0000 (+0000) Subject: Add a bit more wording to the metakit version check to point out that it X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4acbe1fcc3b7307497b76a495814a9ed5132d1ca;p=flightgear.git Add a bit more wording to the metakit version check to point out that it can fail if libmk4.so isn't in the link path. --- diff --git a/configure.ac b/configure.ac index b17efcbfa..1ff028228 100644 --- a/configure.ac +++ b/configure.ac @@ -486,7 +486,13 @@ int main() { ], AC_MSG_RESULT(yes), [AC_MSG_RESULT(wrong version); - AC_MSG_ERROR([Install metakit 2.4.3 or later first...])], + AC_MSG_ERROR([ + +Install metakit 2.4.3 or later first. + +Or, the compiler may not be finding your libmk4.so library. +Please check the config.log file for specific details of the +failure if you believe you have the correct metakit version.])], AC_MSG_RESULT(yes) ) LIBS="$saved_LIBS"