From 1583bec0f8308e641658b883548aef0eb6600d5f Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Sun, 17 Jun 2007 18:41:51 +0000 Subject: [PATCH] pkg-config already does this. SVN revision: 30381 --- configure.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.in b/configure.in index cac569c1f..559b8308c 100644 --- a/configure.in +++ b/configure.in @@ -190,10 +190,6 @@ AC_SUBST(e_cflags) PKG_CHECK_MODULES(E_DBUS, edbus, have_edbus=yes, have_edbus=no) PKG_CHECK_MODULES(E_HAL, ehal, have_ehal=yes, have_ehal=no) -AC_SUBST(E_DBUS_LIBS) -AC_SUBST(E_DBUS_CFLAGS) -AC_SUBST(E_HAL_LIBS) -AC_SUBST(E_HAL_CFLAGS) if test x$have_edbus = "xyes"; then if test x$have_ehal = "xyes"; then AC_DEFINE(HAVE_EDBUS, 1, [E_Dbus support])