aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2001-04-03 08:53:24 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-04-03 08:53:24 +0800
commit13c1c69d5f6601d959a514306376b3c982fbb697 (patch)
tree5d22b08edc7ba406527f516a142dee80ad3d2f65
parentb08cbbd3871819ddccd6327eebc56b94c9358347 (diff)
downloadgsoc2013-evolution-13c1c69d5f6601d959a514306376b3c982fbb697.tar
gsoc2013-evolution-13c1c69d5f6601d959a514306376b3c982fbb697.tar.gz
gsoc2013-evolution-13c1c69d5f6601d959a514306376b3c982fbb697.tar.bz2
gsoc2013-evolution-13c1c69d5f6601d959a514306376b3c982fbb697.tar.lz
gsoc2013-evolution-13c1c69d5f6601d959a514306376b3c982fbb697.tar.xz
gsoc2013-evolution-13c1c69d5f6601d959a514306376b3c982fbb697.tar.zst
gsoc2013-evolution-13c1c69d5f6601d959a514306376b3c982fbb697.zip
Oops, fix build.
svn path=/trunk/; revision=9110
-rw-r--r--libibex/testindex.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libibex/testindex.c b/libibex/testindex.c
index e531e3291a..acfa892360 100644
--- a/libibex/testindex.c
+++ b/libibex/testindex.c
@@ -150,8 +150,10 @@ int main(int argc, char **argv)
#ifdef ENABLE_THREADS
pthread_t id;
#endif
- mcheck(blowup);
+#ifdef DO_MCHECK
+ mcheck(blowup);
+#endif
words = g_ptr_array_new();
buffer = g_string_new("");