]> andersk Git - gssapi-openssh.git/commitdiff
fix bug in openssh patch
authorjbasney <jbasney>
Sun, 18 Feb 2007 17:52:57 +0000 (17:52 +0000)
committerjbasney <jbasney>
Sun, 18 Feb 2007 17:52:57 +0000 (17:52 +0000)
openssh/configure.ac

index 75ae346b2974de5a9c392183fa465d49e447f20c..1997002ded62a2cbbe0f7da10350d6faa23380b4 100644 (file)
@@ -3542,7 +3542,7 @@ AC_CHECK_DECL(_PATH_CSHELL, ,
 )
 
 AC_CHECK_DECL(_PATH_SHELLS, ,
- AC_DEFINE_UNQUOTED(_PATH_BSHELL, "/etc/shells",
+ AC_DEFINE_UNQUOTED(_PATH_SHELLS, "/etc/shells",
  [Define to your shells file if not defined in paths.h]),
  [ #include <paths.h> ]
 )
This page took 0.068558 seconds and 5 git commands to generate.