summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.se>2019-11-23 18:33:43 +0000
committerThomas Habets <thomas@habets.se>2019-11-23 18:33:43 +0000
commit75b5cdd16d471a0ec2d2b15d6e475b850340e0d6 (patch)
treeb39924972c52ad0f4f20058663e33f17f21a34da /configure.ac
parent0e5a10f172f4bbda5c69d96f8262d5db7c9d9358 (diff)
downloadarping-75b5cdd16d471a0ec2d2b15d6e475b850340e0d6.tar.gz
Clarify that libnet 1.1 and newer is OK, not just 1.1.x
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2e3a83f..03ed4cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ AC_CHECK_LIB([nsl], [gethostbyname])
AC_CHECK_LIB([cap], [cap_init])
AC_CHECK_LIB([rt], [clock_gettime])
AC_CHECK_LIB([net], [libnet_name_resolve],
- [AC_MSG_ERROR([libnet 1.0.x found. Arping 2.x requires libnet 1.1.x])])
+ [AC_MSG_ERROR([libnet 1.0.x found. Arping 2.x requires libnet 1.1 or newer])])
AC_CHECK_LIB([net], [libnet_init], ,[AC_MSG_ERROR([libnet 1.1.x not found])])
AC_CHECK_LIB([pcap], [pcap_open_live], ,[AC_MSG_ERROR([libpcap not found])])
AC_SEARCH_LIBS([clock_gettime], [rt])