summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0736e41ab..e96a0721d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.92 2002/11/13 23:55:57 tim Exp $ 1# $Id: configure.ac,v 1.93 2002/11/22 21:29:03 tim Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -2060,7 +2060,11 @@ Edit /etc/login.conf instead.])
2060# include <paths.h> 2060# include <paths.h>
2061#endif 2061#endif
2062#ifndef _PATH_STDPATH 2062#ifndef _PATH_STDPATH
2063# define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin" 2063# ifdef _PATH_USERPATH /* Irix */
2064# define _PATH_STDPATH _PATH_USERPATH
2065# else
2066# define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin"
2067# endif
2064#endif 2068#endif
2065#include <sys/types.h> 2069#include <sys/types.h>
2066#include <sys/stat.h> 2070#include <sys/stat.h>