aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-03-13 23:02:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-03-13 23:02:33 +0000
commit1ab0134522400d3a75180f4bc9e36ecb6059b82e (patch)
tree12dcbf18df8c94106e147b97f7141e8f02db1e36
parentafffce80f0f7bd5faf55b88bbe335b080f2df664 (diff)
No longer halts operation if select or socket are missing, since in most
cases this is wrong... and if they're truly missing, we won't succeed to link later on anyway.
-rw-r--r--configure.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.in b/configure.in
index 841e64520..e177c08ed 100644
--- a/configure.in
+++ b/configure.in
@@ -778,15 +778,6 @@ if test "$ac_cv_func_sigsetjmp" != "yes"; then
)
fi
-dnl removed 'getpass' check on October 26, 2000
-
-if test "$ac_cv_func_select" != "yes"; then
- AC_MSG_ERROR(Can't work without an existing select() function)
-fi
-if test "$ac_cv_func_socket" != "yes"; then
- AC_MSG_ERROR(Can't work without an existing socket() function)
-fi
-
AC_PATH_PROG( PERL, perl, ,
$PATH:/usr/local/bin/perl:/usr/bin/:/usr/local/bin )
AC_SUBST(PERL)
@@ -795,7 +786,6 @@ AC_PATH_PROGS( NROFF, gnroff nroff, ,
$PATH:/usr/bin/:/usr/local/bin )
AC_SUBST(NROFF)
-
AC_MSG_CHECKING([CA cert bundle install path])
AC_ARG_WITH(ca-bundle,