aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-02-13 13:10:50 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-02-13 13:10:50 +0200
commit47bed8e5bc0e1a58e10c6237d27ce578bb50d7d6 (patch)
treef70dd9a2b162f971893af8a97d5d16173edb9d45 /configure.ac
parent20176da3ca91d36c9a206925057b08d73278d8b7 (diff)
downloadping903-47bed8e5bc0e1a58e10c6237d27ce578bb50d7d6.tar.gz
ping903-47bed8e5bc0e1a58e10c6237d27ce578bb50d7d6.tar.bz2
ping903q: resolve supplied argument before querying; improve error handling
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 64a5f46..906d459 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ AM_PROG_AR
AC_CHECK_LIB([microhttpd],[MHD_start_daemon],[],
[AC_MSG_ERROR([required library microhttpd not found
- Please see https://www.gnu.org/software/libmicrohttpd for download instructions.])])
+Please see https://www.gnu.org/software/libmicrohttpd for download instructions.])])
AC_CHECK_LIB([pthread],[pthread_sigmask],[],
[AC_MSG_ERROR([required library pthread not found])])
AC_CHECK_LIB([wrap], [main])

Return to:

Send suggestions and report system problems to the System administrator.