pkg-config already does this.

SVN revision: 30381
This commit is contained in:
Sebastian Dransfeld 2007-06-17 18:41:51 +00:00
parent 59514f0893
commit 1583bec0f8
1 changed files with 0 additions and 4 deletions

View File

@ -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])