aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-03-02 11:37:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-03-02 11:37:05 +0000
commitf13eba4c78f5e8d73968a1aab4e8a8b3f0c00355 (patch)
tree867e7498f85579c28f282353f8915fb35928ede1
parent050e82e0884b3291580547eada1d9ddc78fed423 (diff)
check for and use getprotobyname
-rw-r--r--CHANGES4
-rw-r--r--RELEASE-NOTES3
-rw-r--r--configure.ac1
3 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 0affeb134..916bb2f1d 100644
--- 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)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index a8bb550ed..8586485de 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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)
diff --git a/configure.ac b/configure.ac
index 5cfa90d84..b69a90820 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1560,6 +1560,7 @@ AC_CHECK_FUNCS( strtoll \
ftruncate \
pipe \
poll \
+ getprotobyname \
getrlimit \
setrlimit,
dnl if found