summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-09-24 21:42:28 +0100
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-09-24 21:42:28 +0100
commitb1138d85efc12358bffb0494c2c95297194c8602 (patch)
treedc48a8d60b94a10c120809ae78562ed90176a06e /configure.ac
parent7f0e881abfb14cd1f1aad22d40bd2b9b8ad31462 (diff)
issue 216 - patch from ssuominen to initialise pkg-config in the configure script, so --without-libnotify is fixed.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4b75f9d..c908ba5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,7 @@ AM_PROG_CC_C_O
AC_PROG_INSTALL
LT_INIT
IT_PROG_INTLTOOL([0.35.0])
+PKG_PROG_PKG_CONFIG
AC_CHECK_HEADERS([stdlib.h string.h])
AC_TYPE_SIZE_T