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

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