summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6124da7)
raw | patch | inline | side by side (parent: 6124da7)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 4 Aug 2015 16:39:33 +0000 (18:39 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 4 Aug 2015 16:39:33 +0000 (18:39 +0200) |
This reverts commit c1c5087fd5d9e66427cee8c98c523519d578bee6.
... as a follow-up to the discussion which took place in #1201
... as a follow-up to the discussion which took place in #1201
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index e7d5dd58c9f79ee226b0603b05c287fc89987322..ded1800b681d9112e75157b3371a05e9d42c851b 100644 (file)
--- a/configure.ac
+++ b/configure.ac
# }}} --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"