From ebfab0e3eb54d87e0473eb0a64777f95ce9b73c3 Mon Sep 17 00:00:00 2001 From: Roland Lutz Date: Sat, 26 Mar 2022 13:36:22 +0100 Subject: [PATCH] Clarify error message --- m4/geda-fam.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/m4/geda-fam.m4 b/m4/geda-fam.m4 index 4dd4fd417..56c4061c4 100644 --- a/m4/geda-fam.m4 +++ b/m4/geda-fam.m4 @@ -69,9 +69,9 @@ AS_HELP_STRING([--without-libfam], # Only continue without libfam if --without-libfam was specified. if test "X$HAVE_LIBFAM" = "Xno"; then - AC_MSG_ERROR([Neither libfam nor libgamin development files could -be found. Please ensure that the development files for either library -are installed. + AC_MSG_ERROR([Neither libgamin nor libfam development files could +be found. Please ensure that the development files for either libgamin +or libfam are installed. If you want to continue without File Alteration Monitor support, use the configuration option `--without-libfam'.]) -- 2.11.4.GIT