blob: c86a3a1d520b69718affb035051d30b763dcdf47 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- libmudflap/mf-impl.h.org Sat Jan 31 20:35:05 2004
+++ libmudflap/mf-impl.h Sat Jan 31 20:35:20 2004
@@ -17,11 +17,11 @@
#error "Do not compile this file with -fmudflap!"
#endif
-#if HAVE_PTHREAD_H
+//#if HAVE_PTHREAD_H
#include <pthread.h>
-#elif LIBMUDFLAPTH
-#error "Cannot build libmudflapth without pthread.h."
-#endif
+//#elif LIBMUDFLAPTH
+//#error "Cannot build libmudflapth without pthread.h."
+//#endif
/* Private definitions related to mf-runtime.h */
|