From b1138d85efc12358bffb0494c2c95297194c8602 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Mon, 24 Sep 2012 21:42:28 +0100 Subject: issue 216 - patch from ssuominen to initialise pkg-config in the configure script, so --without-libnotify is fixed. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 -- cgit v1.2.3