summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorross <unknown>2004-11-07 10:17:22 +0000
committerross <unknown>2004-11-07 10:17:22 +0000
commit86e9447a19d640645adca35aba68e9da4ea5b72c (patch)
tree8700a7d8d2d0613ed8b4f54085c1465de5d44956 /configure.ac
parentf257e94329e61fb040acb10c41f8c44ed7b437ce (diff)
downloadhaskell-86e9447a19d640645adca35aba68e9da4ea5b72c.tar.gz
[project @ 2004-11-07 10:17:20 by ross]
move CONST_O_BINARY detection down to libraries/base
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7ac7f46473..c0ea36e017 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1059,9 +1059,6 @@ FPTOOLS_CHECK_HTYPE(GLdouble)
FPTOOLS_CHECK_HTYPE(GLclampd)
fi
-dnl ** can we open files in binary mode?
-FP_CHECK_CONST([O_BINARY], [#include <fcntl.h>], [0])
-
FP_CHECK_FUNC([WinExec],
[@%:@include <windows.h>], [WinExec("",0)])