[rygel] build: Always set VAPIDIR to ${datadir}/vala/vapi



commit 53cbaae0fbdf081b73ab057ba3e24115eb648a14
Author: Jens Georg <mail jensge org>
Date:   Sun Oct 3 10:56:44 2010 +0200

    build: Always set VAPIDIR to ${datadir}/vala/vapi

 configure.ac |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 891fd25..8e99603 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,10 +92,9 @@ if test x$enable_vala = xyes ; then
                          gio-2.0
                          gee-1.0
                          posix])
-else
-    VAPIDIR=`echo ${datadir}/vala/vapi`
 fi
 
+VAPIDIR="${datadir}/vala/vapi"
 AC_SUBST(VAPIDIR)
 
 # Maemo support



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