]> andersk Git - gssapi-openssh.git/commitdiff
fix check for _PATH_BSHELL, etc., from openssh patch
authorjbasney <jbasney>
Sat, 17 Feb 2007 18:05:33 +0000 (18:05 +0000)
committerjbasney <jbasney>
Sat, 17 Feb 2007 18:05:33 +0000 (18:05 +0000)
openssh/configure.ac

index 7ba06ddf8f9df4e6946dfa35e707405da07f39b1..75ae346b2974de5a9c392183fa465d49e447f20c 100644 (file)
@@ -3531,19 +3531,19 @@ fi
 
 AC_CHECK_DECL(_PATH_BSHELL, ,
  AC_DEFINE_UNQUOTED(_PATH_BSHELL, "/bin/sh",
- [Define to your C shell if not defined in paths.h])
+ [Define to your C shell if not defined in paths.h]),
  [ #include <paths.h> ]
 )
 
 AC_CHECK_DECL(_PATH_CSHELL, ,
  AC_DEFINE_UNQUOTED(_PATH_CSHELL, "/bin/csh",
- [Define to your Bourne shell if not defined in paths.h])
+ [Define to your Bourne shell if not defined in paths.h]),
  [ #include <paths.h> ]
 )
 
 AC_CHECK_DECL(_PATH_SHELLS, ,
  AC_DEFINE_UNQUOTED(_PATH_BSHELL, "/etc/shells",
- [Define to your shells file if not defined in paths.h])
+ [Define to your shells file if not defined in paths.h]),
  [ #include <paths.h> ]
 )
 
This page took 0.136976 seconds and 5 git commands to generate.