From cbda36803a1d296ad35874dfd4c6c9552d5575fc Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 23 Mar 2008 16:44:54 +0000 Subject: [PATCH] fix configure.in - pkgconf SVN revision: 34098 --- legacy/ecore/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legacy/ecore/configure.in b/legacy/ecore/configure.in index 05bfb753fe..14f49757ea 100644 --- a/legacy/ecore/configure.in +++ b/legacy/ecore/configure.in @@ -52,7 +52,8 @@ requirements_ecore_sdl="" dnl The first call to PKG_CHECK_MODULES is done conditionally, dnl so we should include this here: -dnl#PKG_PROG_PKG_CONFIG + +PKG_PROG_PKG_CONFIG dnl check common functions and headers AC_CHECK_FUNCS(gettimeofday)