From: Marc Fournier Date: Tue, 4 Aug 2015 16:39:33 +0000 (+0200) Subject: Revert "amqp: look for librabbitmq in /usr/local as well" X-Git-Tag: collectd-5.5.1~68^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=57e055803ca05d6aebfcce3132f609e07ccdd5fc;p=collectd.git Revert "amqp: look for librabbitmq in /usr/local as well" This reverts commit c1c5087fd5d9e66427cee8c98c523519d578bee6. ... as a follow-up to the discussion which took place in #1201 --- diff --git a/configure.ac b/configure.ac index e7d5dd58..ded1800b 100644 --- a/configure.ac +++ b/configure.ac @@ -3587,8 +3587,8 @@ fi # }}} --with-python # --with-librabbitmq {{{ -with_librabbitmq_cppflags="-I/usr/local/include" -with_librabbitmq_ldflags="-L/usr/local/lib" +with_librabbitmq_cppflags="" +with_librabbitmq_ldflags="" AC_ARG_WITH(librabbitmq, [AS_HELP_STRING([--with-librabbitmq@<:@=PREFIX@:>@], [Path to librabbitmq.])], [ if test "x$withval" != "xno" && test "x$withval" != "xyes"