aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2001-08-02 01:44:45 +0000
committerNathan Scott <nathans@sgi.com>2001-08-02 01:44:45 +0000
commitc9fefc7a2e8cd234f4369bb5a85ff98c6205a446 (patch)
treef4da927bdb770fc5dcf4ab0af31a3b0a5e6d0903
parent7a1b8daee16a279034115c12c70ec103ac6d631e (diff)
downloaddmapi-dev-c9fefc7a2e8cd234f4369bb5a85ff98c6205a446.tar.gz
additional diagnostic messages when we can't find headers/libs we need.
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 39f531e..852ab4a 100644
--- a/configure.in
+++ b/configure.in
@@ -102,6 +102,7 @@ AC_CHECK_HEADER(xfs/handle.h,, [
echo
echo 'FATAL ERROR: could not find a valid XFS handle header.'
echo 'Install either the xfsprogs-devel (rpm) or the xfslibs-dev (deb) package.'
+ echo 'Alternatively, run "make install-dev" from the xfsprogs source.'
exit 1
])