aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-11-12 22:51:39 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2010-11-12 22:51:39 +0000
commit70d779590840164e3bda1c183ade00872d9786c2 (patch)
tree27f764a16129678c3724a777ed439c95c5a7028b /configure
parent6da18acb1373d5555240a0d7779c012a20cf443b (diff)
Don't use the fd passing code in ipc.c on SunOS since it doesn't seem to be
supported there.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index ff68da8a..c01db915 100755
--- a/configure
+++ b/configure
@@ -681,6 +681,7 @@ IRIX )
SunOS )
echo 'EFLAGS+=-lresolv -lnsl -lsocket' >> Makefile.settings
echo 'STRIP=\# skip strip' >> Makefile.settings
+ echo '#define NO_FD_PASSING' >> config.h
;;
AIX )
echo 'EFLAGS+=-Wl,-brtl' >> Makefile.settings