summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Habets <habets@google.com>2014-12-05 10:01:59 +0000
committerThomas Habets <habets@google.com>2014-12-05 11:03:49 +0000
commit48d1af17603d50d6073fa19f251cb3e4f853888a (patch)
tree4b2f327371c375a3b8f963b6bd86153543c7e1ff /configure.ac
parent639719248c2b5d3a6c376631b3435eb820be89ef (diff)
downloadarping-48d1af17603d50d6073fa19f251cb3e4f853888a.tar.gz
Add option -m to allow setting timestamp type.
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 a6b7b02..07e67f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@ AC_FUNC_SELECT_ARGTYPES
AC_FUNC_SETVBUF_REVERSED
AC_TYPE_SIGNAL
AC_CHECK_FUNCS([gettimeofday memset select strchr strdup strerror strstr \
-getifaddrs cap_init pcap_create pcap_set_immediate_mode])
+getifaddrs cap_init pcap_create pcap_list_tstamp_types pcap_set_immediate_mode])
if test x$ac_cv_func_getifaddrs = xyes; then
AC_LIBOBJ([findif_getifaddrs])