summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 8676902..042cff5 100644
--- a/configure.in
+++ b/configure.in
@@ -48,9 +48,9 @@ AC_CHECK_HEADERS([netinet/in.h netinet/in_systm.h netinet/ip.h arpa/inet.h], ,
AC_CHECK_HEADERS([sys/queue.h sys/limits.h sys/stat.h sys/time.h], ,
[echo "ERROR: required header not found."; exit 1])
AC_CHECK_HEADERS([bsnmp/snmpmod.h], ,
- [echo "ERROR: required bsnmp header not found." exit 1])
+ [echo "ERROR: required bsnmp header not found."; exit 1])
AC_CHECK_HEADERS([pcap.h], ,
- [echo "ERROR: required pcap header not found." exit 1])
+ [echo "ERROR: required pcap header not found."; exit 1])
AC_CHECK_MEMBER([struct xprison_v1.pr_version],
AC_DEFINE_UNQUOTED(HAVE_XPRISON_V1, 1, [Have prison V1 structure defined]), [],