summaryrefslogtreecommitdiff
path: root/gwm.c
diff options
context:
space:
mode:
authorGary Wong <gtw@osiris.flux.utah.edu>2009-08-24 10:28:47 -0600
committerGary Wong <gtw@osiris.flux.utah.edu>2009-08-24 10:28:47 -0600
commitef08307763a74c63c87a6888518de127ccfd2c2e (patch)
treec98cb34afa668ea7a2e376f29a55fa75c663a6e7 /gwm.c
parent828d8f9be5a47501da00e23c24422d8544c0a6b3 (diff)
Don't call muntrace() without HAVE_MTRACE.
Diffstat (limited to 'gwm.c')
-rw-r--r--gwm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gwm.c b/gwm.c
index 12795e3..a120a45 100644
--- a/gwm.c
+++ b/gwm.c
@@ -2542,8 +2542,10 @@ retry_root:
cleanup_utf8();
+#if HAVE_MTRACE
muntrace();
#endif
+#endif
}
static void unknown( char *opt ) {