summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 021237b)
raw | patch | inline | side by side (parent: 021237b)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 14 Apr 2015 06:30:17 +0000 (08:30 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 14 Apr 2015 07:24:35 +0000 (09:24 +0200) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 0b8fa181cb3fa1d7e2442aafca6b8e4814120b0a..5557b0bf8b09152940a640e4b5c812a95c37a907 100644 (file)
--- a/configure.ac
+++ b/configure.ac
# --with-librdkafka {{{
AC_ARG_WITH(librdkafka, [AS_HELP_STRING([--with-librdkafka@<:@=PREFIX@:>@], [Path to librdkafka.])],
[
- if test "x$withval" = "xno" && test "x$withval" != "xyes"
+ if test "x$withval" != "xno" && test "x$withval" != "xyes"
then
with_librdkafka_cppflags="-I$withval/include"
with_librdkafka_ldflags="-L$withval/lib"