aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2020-02-12 12:16:52 +0100
committerSergey Poznyakoff <gray@gnu.org.ua>2020-02-12 12:41:48 +0100
commit46ac092358df2a779754788f5f32bcb8aae5e2a0 (patch)
tree31aa768cf766c43d19fd20f179d46797e7ef2640 /configure.ac
parentf9991b5a09024a7b7bd3ee52338f0cda5ddde794 (diff)
downloadping903-46ac092358df2a779754788f5f32bcb8aae5e2a0.tar.gz
ping903-46ac092358df2a779754788f5f32bcb8aae5e2a0.tar.bz2
Implement simple query utility
* configure.ac: Test for ranlib * src/.gitignore: Update. * src/ping903q.c: New file. * src/Makefile.am: Build ping903q * src/defs.h: New file. * src/mem.h: New file. * src/json.h (json_2nrealloc): New proto. * src/config.c: New statement: "access-log-verbose" Change error codes to positive values. * src/main.c: Use DEFAULT_CONFIG_FILE instead of hardcoding the file name. * src/ping903.c: Log json object only if access-log-verbose has been requested. * src/ping903.conf: Document access-log-verbose * src/ping903.h (HOSTADDR): Rename tv to xmit_tv. New member: start_tv. * src/pinger.c: Keep the time when first packet has been sent in the start_tv member.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f82e099..fae3176 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,8 @@ AM_INIT_AUTOMAKE([-Wall -Werror 1.11.5 foreign tar-ustar silent-rules])
# Checks for programs.
AC_PROG_CC
-
+AC_PROG_RANLIB
+
# Checks for libraries.
AC_CHECK_LIB([microhttpd],[MHD_start_daemon],[],
[AC_MSG_ERROR([required library microhttpd not found

Return to:

Send suggestions and report system problems to the System administrator.