summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 75ec3c0e8..9c3c5ac32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,6 +84,12 @@ AC_C_BIGENDIAN
dnl libtool-2
LT_INIT
+m4_ifndef([PKG_PROG_PKG_CONFIG],
+ [m4_fatal([Could not locate the pkg-config autoconf
+ macros. These are usually located in /usr/share/aclocal/pkg.m4.
+ If your macros are in a different location, try setting the
+ environment variable AL_OPTS="-I/other/macro/dir" before running
+ ./autogen.sh or autoreconf again.])])
PKG_PROG_PKG_CONFIG
GTK_DOC_CHECK([1.10])