[aravis] build: minor naming fix.



commit 811406455d08373b502b9202fbf33b703c2a1fcb
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Wed Mar 14 17:30:44 2012 +0100

    build: minor naming fix.

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1d0d24a..e6be8e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,9 +42,9 @@ AC_ARG_ENABLE(viewer,
 
 PKG_PROG_PKG_CONFIG([0.14])
 
-ARAVIS_REQUIRES="[glib-2.0 >= 2.26 gobject-2.0 gio-2.0 libxml-2.0 gthread-2.0]"
+ARAVIS_REQUIREMENTS="[glib-2.0 >= 2.26 gobject-2.0 gio-2.0 libxml-2.0 gthread-2.0]"
 
-PKG_CHECK_MODULES(ARAVIS, $ARAVIS_REQUIRES)
+PKG_CHECK_MODULES(ARAVIS, $ARAVIS_REQUIREMENTS)
 
 AC_SUBST(ARAVIS_CFLAGS)
 AC_SUBST(ARAVIS_LIBS)



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