[gnome-contacts] build: Remove redundant uses of AC_SUBST



commit 5ca12e84c10cf1f63cf5d346fc9a004978be634d
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sat Sep 17 20:26:08 2011 +0100

    build: Remove redundant uses of AC_SUBST
    
    PKG_CHECK_MODULES already substitutes the _CFLAGS and _LIBS variables.

 configure.ac |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e1696a0..8f9b88d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,8 +41,6 @@ pkg_modules="gtk+-3.0
 	     goa-1.0
 	     "
 PKG_CHECK_MODULES(CONTACTS, [$pkg_modules])
-AC_SUBST(CONTACTS_CFLAGS)
-AC_SUBST(CONTACTS_LIBS)
 
 CONTACTS_PACKAGES="--pkg gtk+-3.0 --pkg gio-2.0 --pkg folks --pkg folks-telepathy --pkg libnotify"
 AC_SUBST(CONTACTS_PACKAGES)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]