diff options
Diffstat (limited to 'net/rabbitmq-c/files/patch-configure.ac')
-rw-r--r-- | net/rabbitmq-c/files/patch-configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/rabbitmq-c/files/patch-configure.ac b/net/rabbitmq-c/files/patch-configure.ac new file mode 100644 index 000000000000..1a70179606d9 --- /dev/null +++ b/net/rabbitmq-c/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- ./configure.ac.orig 2010-06-01 13:14:11.154116974 +0200 ++++ ./configure.ac 2010-06-01 13:14:11.263184468 +0200 +@@ -14,6 +14,8 @@ + dnl Header-file checks + AC_HEADER_STDC + ++AC_CHECK_HEADERS([spawn.h]) ++ + dnl Only use -Wall if we have gcc + if test "x$GCC" = "xyes"; then + if test -z "`echo "$CFLAGS" | grep "\-Wall" 2> /dev/null`" ; then |