check for and use getprotobyname
authorDaniel Stenberg <daniel@haxx.se>
Thu, 2 Mar 2006 11:37:05 +0000 (11:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 2 Mar 2006 11:37:05 +0000 (11:37 +0000)
CHANGES
RELEASE-NOTES
configure.ac

diff --git a/CHANGES b/CHANGES
index 0affeb1..916bb2f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
 
                                   Changelog
 
+Daniel (2 March 2006)
+- Added a check for getprotobyname in configure so that it'll be used, thanks
+  to Gisle Vanem's change the other day.
+
 Version 7.15.2 (27 February 2006)
 
 Daniel (22 February 2006)
index a8bb550..8586485 100644 (file)
@@ -24,5 +24,6 @@ Other curl-related news since the previous public release:
 This release would not have looked like this without help, code, reports and
 advice from friends like these:
 
+ Gisle Vanem
+
         Thanks! (and sorry if I forgot to mention someone)
index 5cfa90d..b69a908 100644 (file)
@@ -1560,6 +1560,7 @@ AC_CHECK_FUNCS( strtoll \
                 ftruncate \
                 pipe \
                 poll \
+                getprotobyname \
                 getrlimit \
                 setrlimit,
 dnl if found