aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cf1013191..e3302ea65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -223,7 +223,7 @@ PKG_CHECK_MODULES(GCR,
gcr-0 < 2.91)
# Enable GSEAL checks if needed
-if test $USE_MAINTAINER_MODE = yes; then
+if test "x$USE_MAINTAINER_MODE" = "xyes"; then
AC_DEFINE(GSEAL_ENABLE, [], [Seal public structs to force usage of accessors])
fi