-
This is already supported.
2007-01-04 20:04:23 UTC in Socks Server 5
-
Logged In: YES
user_id=185794
Hello, this is the diff... Quite easy:
add two new headers files, and the third parameter to
AC_CHECKS_HEADERS should contain the AC_MSG_ERROR.
--- ss5-3.5.9/configure.ac 2006-04-24
15:47:37.000000000 +0200
+++ ss5-3.5.9.kikov/configure.ac 2006-08-09
19:48:09.000000000 +0200
@@ -35,7 +35,10 @@
# Checks for header files.
AC_HEADER_STDC...
2006-08-09 17:50:08 UTC in Socks Server 5
-
AC_CHECK_HEADERS doens't break the configure if a
header is not found. You have to explicitily print an
error message and exit from configure if some specific
file is not found.
I think that you can check the variables:
ac_cv_header_inttypes_h=no
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
looking for a "no".
I realized that when I test adding...
2006-08-08 22:40:54 UTC in Socks Server 5