mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02:00
- (djm) [configure.ac] double braces to appease autoconf
This commit is contained in:
parent
4d69aeabd6
commit
394a60f259
@ -4,6 +4,7 @@
|
|||||||
- (djm) [sshbuf-getput-crypto.c] Fix compilation when OpenSSL lacks ECC
|
- (djm) [sshbuf-getput-crypto.c] Fix compilation when OpenSSL lacks ECC
|
||||||
- (djm) [openbsd-compat/bsd-snprintf.c] Fix compilation failure (prototype/
|
- (djm) [openbsd-compat/bsd-snprintf.c] Fix compilation failure (prototype/
|
||||||
definition mismatch) and warning for broken/missing snprintf case.
|
definition mismatch) and warning for broken/missing snprintf case.
|
||||||
|
- (djm) [configure.ac] double braces to appease autoconf
|
||||||
|
|
||||||
20140821
|
20140821
|
||||||
- (djm) [Makefile.in] fix reference to libtest_helper.a in sshkey test too.
|
- (djm) [Makefile.in] fix reference to libtest_helper.a in sshkey test too.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: configure.ac,v 1.580 2014/08/22 07:36:20 djm Exp $
|
# $Id: configure.ac,v 1.581 2014/08/22 08:06:21 djm Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1999-2004 Damien Miller
|
# Copyright (c) 1999-2004 Damien Miller
|
||||||
#
|
#
|
||||||
@ -15,7 +15,7 @@
|
|||||||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
|
AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
|
||||||
AC_REVISION($Revision: 1.580 $)
|
AC_REVISION($Revision: 1.581 $)
|
||||||
AC_CONFIG_SRCDIR([ssh.c])
|
AC_CONFIG_SRCDIR([ssh.c])
|
||||||
AC_LANG([C])
|
AC_LANG([C])
|
||||||
|
|
||||||
@ -2288,7 +2288,7 @@ AC_RUN_IFELSE(
|
|||||||
ssl_library_ver=`cat conftest.ssllibver`
|
ssl_library_ver=`cat conftest.ssllibver`
|
||||||
# Check version is supported.
|
# Check version is supported.
|
||||||
case "$ssl_library_ver" in
|
case "$ssl_library_ver" in
|
||||||
0090[0-7]*|009080[0-5]*)
|
0090[[0-7]]*|009080[[0-5]]*)
|
||||||
AC_MSG_ERROR([OpenSSL >= 0.9.8f required])
|
AC_MSG_ERROR([OpenSSL >= 0.9.8f required])
|
||||||
;;
|
;;
|
||||||
*) ;;
|
*) ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user