From c4286ea5287279836c5ef49a06153db95429bfe6 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Wed, 8 Feb 2006 11:13:13 +0000 Subject: the attached patches address the following issues: * query the port the server is listening on {soap_server,httpd}_get_port * the possibility to add a default service via httpd_register_default * remove some compiler warnings (on FreeBSD pthread_t is a pointer to a struct pthread, on Linux it is a (unsigned?) long int) tschuess, Heiko --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c291cf8..2f9cdae 100644 --- a/configure.ac +++ b/configure.ac @@ -104,7 +104,7 @@ AC_C_CONST AC_HEADER_TIME AC_STRUCT_TM - Checks for library functions. +dnl Checks for library functions. #AC_FUNC_MALLOC AC_FUNC_VPRINTF AC_CHECK_FUNCS([gethostbyname socket]) -- cgit v1.1-32-gdbae