diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 3373dadc7..31dac052e 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.347 2006/07/12 09:02:57 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.348 2006/08/04 09:44:23 dtucker Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 1999-2004 Damien Miller | 3 | # Copyright (c) 1999-2004 Damien Miller |
4 | # | 4 | # |
@@ -15,7 +15,7 @@ | |||
15 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | 16 | ||
17 | AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) | 17 | AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) |
18 | AC_REVISION($Revision: 1.347 $) | 18 | AC_REVISION($Revision: 1.348 $) |
19 | AC_CONFIG_SRCDIR([ssh.c]) | 19 | AC_CONFIG_SRCDIR([ssh.c]) |
20 | 20 | ||
21 | AC_CONFIG_HEADER(config.h) | 21 | AC_CONFIG_HEADER(config.h) |
@@ -1892,7 +1892,7 @@ int main(void){ENGINE_load_builtin_engines();ENGINE_register_all_complete();} | |||
1892 | 1892 | ||
1893 | # Check for OpenSSL without EVP_aes_{192,256}_cbc | 1893 | # Check for OpenSSL without EVP_aes_{192,256}_cbc |
1894 | AC_MSG_CHECKING([whether OpenSSL has crippled AES support]) | 1894 | AC_MSG_CHECKING([whether OpenSSL has crippled AES support]) |
1895 | AC_COMPILE_IFELSE( | 1895 | AC_LINK_IFELSE( |
1896 | [AC_LANG_SOURCE([[ | 1896 | [AC_LANG_SOURCE([[ |
1897 | #include <string.h> | 1897 | #include <string.h> |
1898 | #include <openssl/evp.h> | 1898 | #include <openssl/evp.h> |