Bump the version number in configure.ac to 1.0.5
[moonshot-ui.git] / configure.ac
index 0b2cf22..11329d7 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ([2.63])
 AC_INIT([Moonshot-ui],
-        [1.0.3],
+        [1.0.5],
         [moonshot-community@jiscmail.ac.uk],
         [moonshot-ui],
         [http://www.project-moonshot.org/])
@@ -88,7 +88,8 @@ PKG_CHECK_MODULES([GTK],
 AC_SUBST(GTK_VERSION)
 
 
-# For all platforms: Use Log4Vala 0.2 if available; else revert to 0.1
+# For all platforms: If Log4Vala is enabled, then Use Log4Vala 0.2 if available; else revert to 0.1
+if [test x$log4vala = xtrue]; then
 PKG_CHECK_MODULES([LOG4VALA],
         [log4vala-0.2],
         [LOG4VALA_VERSION="log4vala-0.2"],
@@ -98,7 +99,7 @@ PKG_CHECK_MODULES([LOG4VALA],
             )]                            
 )
 AC_SUBST(LOG4VALA_VERSION)
-
+fi
 
 
 # For all platforms: Use gee-0.8 if available; else revert to gee-1.0