summaryrefslogtreecommitdiff
path: root/m4/curl-functions.m4
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-01-16 23:35:00 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-01-17 08:47:23 +0100
commit90dd1fc66401d5bb7814f4edeb16a06c925b1f1e (patch)
tree6a29afbb97c243e710a0bedf380f1c2485ea1b8f /m4/curl-functions.m4
parent0041fe7ef5e32408865bc543897a42f5e2ea376e (diff)
downloadcurl-90dd1fc66401d5bb7814f4edeb16a06c925b1f1e.tar.gz
misc: remove BeOS code and references
There has not been a mention of this OS in any commit since December 2004 (58f4af7973e3d2). The OS is also long gone. Closes #8288
Diffstat (limited to 'm4/curl-functions.m4')
-rw-r--r--m4/curl-functions.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/curl-functions.m4 b/m4/curl-functions.m4
index e2cfd2f14..056f8579e 100644
--- a/m4/curl-functions.m4
+++ b/m4/curl-functions.m4
@@ -1149,7 +1149,7 @@ AC_DEFUN([CURL_CHECK_FUNC_FCNTL_O_NONBLOCK], [
tst_allow_fcntl_o_nonblock="unknown"
#
case $host_os in
- sunos4* | aix3* | beos*)
+ sunos4* | aix3*)
dnl O_NONBLOCK does not work on these platforms
curl_disallow_fcntl_o_nonblock="yes"
;;