summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-09-02 13:54:12 +0200
committerBastien Nocera <hadess@hadess.net>2015-09-02 13:55:30 +0200
commita05a65f34ba36f44a3e06390c6806727f7454dfa (patch)
tree759b8a069ccc70695bd29f643cb733add7bfca3a
parentb7fb6dd0ba17e362303a49ced1aa2617de6f301f (diff)
build: Fix tests enablements
Spotted by Michael Terry <michael.terry@canonical.com> https://bugzilla.gnome.org/show_bug.cgi?id=693450
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5455099..8ed1730 100644
--- a/configure.ac
+++ b/configure.ac
@@ -240,7 +240,7 @@ AC_ARG_ENABLE([tests],
AS_HELP_STRING([--enable-tests],[build unit tests]),
enable_tests=yes)
-AM_CONDITIONAL(ENABLE_TESTS, test "enable_tests" = "xyes")
+AM_CONDITIONAL(ENABLE_TESTS, test "x$enable_tests" = "xyes")
# ----------------------------------------------------------
# GTK-DOC