From 1e95396388a28d9ff22e67847ca05f04bfcd8535 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 17 Sep 2020 10:05:53 +0200 Subject: [PATCH] Update m4/pdns_check_dnstap.m4 Co-authored-by: Remi Gacogne --- m4/pdns_check_dnstap.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) ]) ]) -- 2.47.2