From 7104c6e913522e1066ee48da8cc21adb6a4c5f11 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Tue, 28 Aug 2018 10:48:34 +0200 Subject: [PATCH] Update configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6d133bb..1676ec8 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ then AC_MSG_NOTICE([===================================================================================]) AC_MSG_NOTICE([IMPORTANT: Make sure you have pkg-config installed - it's needed to run this script]) AC_MSG_NOTICE([===================================================================================]) - AC_MSG_ERROR([Please install required program 'pkg-config' which was not found.]) + AC_MSG_ERROR([Please install required program 'pkg-config' and run build/tarball/tarball-automake.sh again.]) fi # PKG_CHECK_MODULES macro is NOT used to avoid confusing syntax errors in case that pkg-config is NOT installed