projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
086daf9
)
gethostname is not used anymore so we can stop looking for it! ;-)
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 13 Aug 2002 12:12:36 +0000
(12:12 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 13 Aug 2002 12:12:36 +0000
(12:12 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 7c6a2557e2115fe410b99f29359f46d829259280..ddd5bdf4fbfea39b611df94bccbe77968cd701e3 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-256,9
+256,6
@@
fi
dnl socket lib?
AC_CHECK_FUNC(connect, , AC_CHECK_LIB(socket, connect))
-dnl ucb lib?
-AC_CHECK_FUNC(gethostname, , AC_CHECK_LIB(ucb, gethostname))
-
dnl dl lib?
AC_CHECK_FUNC(dlclose, , AC_CHECK_LIB(dl, dlopen))
@@
-643,7
+640,6
@@
AC_CHECK_FUNCS( socket \
strcasecmp \
stricmp \
strcmpi \
- gethostname \
gethostbyaddr \
gettimeofday \
inet_addr \