summaryrefslogtreecommitdiffstats
path: root/m4/cond.m4
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-04-28 22:36:59 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-04-28 22:36:59 +0200
commit539d7e2cfbc8fef2837c47312107a8314108158b (patch)
tree0675c479bfd39c836e1784961ad9d1943abaf464 /m4/cond.m4
parent71dc41a9b7b0e939314a886383daa6fb2e297a55 (diff)
downloadmad-539d7e2cfbc8fef2837c47312107a8314108158b.tar
mad-539d7e2cfbc8fef2837c47312107a8314108158b.zip
ThreadManager angefangen; Logger laeuft jetzt in eigenem Thread
Diffstat (limited to 'm4/cond.m4')
-rw-r--r--m4/cond.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/m4/cond.m4 b/m4/cond.m4
new file mode 100644
index 0000000..eefee8e
--- /dev/null
+++ b/m4/cond.m4
@@ -0,0 +1,11 @@
+# cond.m4 serial 1
+dnl Copyright (C) 2008 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+AC_DEFUN([gl_COND],
+[
+ AC_REQUIRE([gl_THREADLIB])
+ AC_REQUIRE([AC_C_INLINE])
+])