summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-10-25 16:55:00 +0000
committerBen Lindstrom <mouring@eviladmin.org>2000-10-25 16:55:00 +0000
commit76020ba5c0360b9e9adf619d4249f82d1e3b83b6 (patch)
tree546693632cc2fb7ac77b5e7e512e9510c12d40bf /configure.in
parentdf1b6452ee4d70b73b665d8a85e2580f82bb15d5 (diff)
- (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
- (bal) Apply fixes to configure.in pointed out by Pavel Roskin <proski@gnu.org>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 90e75bef..5a30819b 100644
--- a/configure.in
+++ b/configure.in
@@ -138,6 +138,7 @@ mips-sony-bsd|mips-sony-newsos4)
MAIL=/usr/spool/mail
AC_DEFINE(HAVE_NEXT)
AC_DEFINE(BROKEN_REALPATH)
+ AC_DEFINE(USE_PIPES)
CFLAGS="$CFLAGS -I/usr/local/include"
;;
*-*-solaris*)
@@ -916,7 +917,7 @@ AC_ARG_WITH(rsh,
AC_ARG_WITH(xauth,
[ --with-xauth=PATH Specify path to xauth program ],
[
- if test "x$withval" != "$xno" ; then
+ if test "x$withval" != "xno" ; then
xauth_path=$withval
fi
],
@@ -1082,7 +1083,7 @@ AC_ARG_WITH(afs,
[
if test "x$withval" != "xno" ; then
- if test "x$withval" != "$xyes" ; then
+ if test "x$withval" != "xyes" ; then
CFLAGS="$CFLAGS -I${withval}/include"
LFLAGS="$LFLAGS -L${withval}/lib"
fi