summaryrefslogtreecommitdiff
path: root/m4/ac_msg_module_dbg.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ac_msg_module_dbg.m4')
-rw-r--r--m4/ac_msg_module_dbg.m47
1 files changed, 7 insertions, 0 deletions
diff --git a/m4/ac_msg_module_dbg.m4 b/m4/ac_msg_module_dbg.m4
new file mode 100644
index 0000000..d2cb317
--- /dev/null
+++ b/m4/ac_msg_module_dbg.m4
@@ -0,0 +1,7 @@
+AC_DEFUN([AC_MSG_MODULE_DBG],
+[
+ if test $module_debug = 1; then
+ echo $1 $2 $3 $4
+ fi
+]
+)