blob: b20aab8e19f8bfbc6279003d4bc66c756ddd1d93 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
--- configure.in.dist Wed Aug 7 13:51:51 1996
+++ configure.in Wed Aug 7 13:54:35 1996
@@ -344,9 +344,9 @@
;;
esac
-# Socket pairs appear to be broken on several systems. I don't know exactly
-# where, so I'll use pipes everywhere for now.
-AC_DEFINE(USE_PIPES)
+dnl # Socket pairs appear to be broken on several systems. I don't know exactly
+dnl # where, so I'll use pipes everywhere for now.
+dnl AC_DEFINE(USE_PIPES)
AC_MSG_CHECKING([that the compiler works])
AC_TRY_RUN([ main(int ac, char **av) { return 0; } ],
--- configure.dist Wed Aug 7 13:45:37 1996
+++ configure Wed Aug 7 13:55:29 1996
@@ -1274,12 +1274,6 @@
;;
esac
-# Socket pairs appear to be broken on several systems. I don't know exactly
-# where, so I'll use pipes everywhere for now.
-cat >> confdefs.h <<\EOF
-#define USE_PIPES 1
-EOF
-
echo $ac_n "checking that the compiler works""... $ac_c" 1>&6
if test "$cross_compiling" = yes; then
|