Blame SOURCES/0015-build-say-library-when-missing-cmap-not-package-to-a.patch

1e6485
From 0de14256fc873aee735117955662503b773bf71c Mon Sep 17 00:00:00 2001
1e6485
From: Klaus Wenninger <klaus.wenninger@aon.at>
1e6485
Date: Tue, 11 Jun 2019 08:05:33 +0200
1e6485
Subject: [PATCH] build: say library when missing cmap not package to avoid
1e6485
 confusion
1e6485
1e6485
---
1e6485
 configure.ac | 2 +-
1e6485
 1 file changed, 1 insertion(+), 1 deletion(-)
1e6485
1e6485
diff --git a/configure.ac b/configure.ac
1e6485
index c44e747..1c55094 100644
1e6485
--- a/configure.ac
1e6485
+++ b/configure.ac
1e6485
@@ -48,7 +48,7 @@ if test $HAVE_pacemaker = 0 -a $HAVE_pcmk = 0; then
1e6485
 elif test $HAVE_pacemaker = 1; then
1e6485
     CPPFLAGS="$CPPFLAGS $glib_CFLAGS $pacemaker_CFLAGS"
1e6485
     if test $HAVE_cmap = 0; then
1e6485
-        AC_MSG_NOTICE(No package 'cmap' found)
1e6485
+        AC_MSG_NOTICE(No library 'cmap' found)
1e6485
     else
1e6485
         CPPFLAGS="$CPPFLAGS $cmap_CFLAGS"
1e6485
     fi
1e6485
-- 
1e6485
1.8.3.1
1e6485