[libnotify] configure.ac: AC_SUBST "pkg_modules" as Its needed to generate the .pc file



commit 11d46bf9fdd330558f794cc0b7ba73120dfa157e
Author: Javier Jardón <jjardon gnome org>
Date:   Wed May 4 07:02:39 2011 +0100

    configure.ac: AC_SUBST "pkg_modules" as Its needed to generate the .pc file
    
    This fixes commit fb7790f5b4382ef5cfbb3a69202068cdea9c9b98

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 36ebc8f..67fd70d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,6 +90,7 @@ REQ_GTK_VERSION=2.90
 REQ_GLIB_VERSION=2.26.0
 
 pkg_modules="gdk-pixbuf-2.0 glib-2.0 >= $REQ_GLIB_VERSION gio-2.0 >= $REQ_GLIB_VERSION"
+AC_SUBST([pkg_modules])
 PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
 
 tests_modules="gtk+-3.0 >= $REQ_GTK_VERSION"



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