mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
d99d82e7ed
speaking protocol versions 0-8 and 0-9-1. This port only speaks the 0-8 protocol version, for 0-9-1 use net/rabbitmq-c-devel. - <http://www.rabbitmq.com/> - <http://www.amqp.org/> - <http://hg.rabbitmq.com/rabbitmq-c> WWW: http://hg.rabbitmq.com/rabbitmq-c PR: ports/145242 Submitted by: Geoff Garside <rabbitmq@geoffgarside.co.uk> Approved by: pgj (mentor)
12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
--- ./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
|