aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-02-24 02:30:03 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-02-24 02:30:03 +0800
commit718a788ac2d4120fa007cd329afb5b29f8fd087b (patch)
treecd3e81ced8407f3508dbb39c0e57ac413220255e
parent857b27e6161b5a010d61a88d0a7ebce6904db49f (diff)
downloadgsoc2013-empathy-718a788ac2d4120fa007cd329afb5b29f8fd087b.tar
gsoc2013-empathy-718a788ac2d4120fa007cd329afb5b29f8fd087b.tar.gz
gsoc2013-empathy-718a788ac2d4120fa007cd329afb5b29f8fd087b.tar.bz2
gsoc2013-empathy-718a788ac2d4120fa007cd329afb5b29f8fd087b.tar.lz
gsoc2013-empathy-718a788ac2d4120fa007cd329afb5b29f8fd087b.tar.xz
gsoc2013-empathy-718a788ac2d4120fa007cd329afb5b29f8fd087b.tar.zst
gsoc2013-empathy-718a788ac2d4120fa007cd329afb5b29f8fd087b.zip
escape USE_MAINTAINER_MODE to prevent errors from make
-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