You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
321 B
14 lines
321 B
--- config.h.in.orig Tue Jul 2 19:30:48 2002 |
|
+++ config.h.in Tue Jul 2 19:35:53 2002 |
|
@@ -35,8 +35,10 @@ |
|
|
|
#undef ORBIT_HAVE_ALLOCA_H |
|
|
|
-#ifdef ORBIT_HAVE_ALLOCA_H |
|
+#if defined(ORBIT_HAVE_ALLOCA_H) |
|
+#if ORBIT_HAVE_ALLOCA_H != 0 |
|
#include <alloca.h> |
|
+#endif |
|
#endif |
|
|
|
/* Define if you have the `basename' function. */
|
|
|