summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-09-02 13:54:12 +0200
committerJuan A. Suarez Romero <jasuarez@igalia.com>2015-09-06 16:03:59 +0200
commit0b3a3b15ebda0ad6861cb9b28e240c69136c1936 (patch)
tree333e4ef12deb05ce0db679a122c10737cccd99fc
parent8de27edb615afddd481a3eb2c8fae05e8eb4d750 (diff)
downloadgrilo-0b3a3b15ebda0ad6861cb9b28e240c69136c1936.tar.gz
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