From: jbasney Date: Sun, 18 Feb 2007 17:52:57 +0000 (+0000) Subject: fix bug in openssh patch X-Git-Tag: OPENSSH_4_5P1_20070218~3 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/16d6cee3e7bd38a029c0d8b34a0f354edc87a3eb fix bug in openssh patch --- diff --git a/openssh/configure.ac b/openssh/configure.ac index 75ae346..1997002 100644 --- a/openssh/configure.ac +++ b/openssh/configure.ac @@ -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 ] )