From: Pieter Lexis Date: Thu, 17 Sep 2020 08:05:53 +0000 (+0200) Subject: Update m4/pdns_check_dnstap.m4 X-Git-Tag: rec-4.5.0-alpha0~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e95396388a28d9ff22e67847ca05f04bfcd8535;p=thirdparty%2Fpdns.git Update m4/pdns_check_dnstap.m4 Co-authored-by: Remi Gacogne --- diff --git a/m4/pdns_check_dnstap.m4 b/m4/pdns_check_dnstap.m4 index 651eaccf67..cd6dc49f46 100644 --- a/m4/pdns_check_dnstap.m4 +++ b/m4/pdns_check_dnstap.m4 @@ -28,7 +28,7 @@ AC_DEFUN([PDNS_CHECK_DNSTAP], [ AS_IF([test x"$FSTRM_LIBS" = "x"], [ AC_MSG_ERROR([dnstap requested but libfstrm was not found]) ]) - AS_IF([test "x$PROTOBUF_LIBS" = "x" -a x"$PROTOC" = "x"], [ + AS_IF([test "x$PROTOBUF_LIBS" = "x" -o x"$PROTOC" = "x"], [ AC_MSG_ERROR([dnstap requested but protobuf was not found]) ]) ])