[aravis] build: uninterresting code move



commit 7529958799274b05e10beadbec5bb2804229d0d2
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Sun Apr 13 18:09:49 2014 +0200

    build: uninterresting code move

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 78b1bdc..c3975c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,8 +84,6 @@ if test "x$enable_gst_plugin" = "xyes"; then
 fi
 AM_CONDITIONAL(ARAVIS_BUILD_GST_PLUGIN, test "x$build_gst_plugin" = "xyes")
 
-AM_CONDITIONAL(ARAVIS_BUILD_CPP_TEST, test "x$enable_cpp_test" = "xyes")
-
 # Standard math library doesn't come with a pkgconfig file.
 ARAVIS_GST_PLUGIN_LIBS="-lm ${ARAVIS_GST_PLUGIN_LIBS}"
 
@@ -102,6 +100,8 @@ AC_SUBST(gstplugindir)
 GST_PLUGIN_LDFLAGS='-module -avoid-version -export-symbols-regex [_]*\(gst_\|Gst\|GST_\).*'
 AC_SUBST(GST_PLUGIN_LDFLAGS)
 
+AM_CONDITIONAL(ARAVIS_BUILD_CPP_TEST, test "x$enable_cpp_test" = "xyes")
+
 AC_PATH_PROG(GLIB_MKENUMS, glib-mkenums)
 
 m4_ifdef([GOBJECT_INTROSPECTION_CHECK], [


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