]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (djm) [configure.ac] Fix broken shell test '==' vs '='; patch from
authorDamien Miller <djm@mindrot.org>
Wed, 29 Jan 2014 10:01:33 +0000 (21:01 +1100)
committerDamien Miller <djm@mindrot.org>
Wed, 29 Jan 2014 10:01:33 +0000 (21:01 +1100)
   Tom G. Christensen

ChangeLog
configure.ac

index 74390565e5fb1261ebd21167efc2c88e86a209c6..727c4a5a7b153f76d0063e2e9e736331153fd946 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20130129
+ - (djm) [configure.ac] Fix broken shell test '==' vs '='; patch from
+   Tom G. Christensen
+
 20140128
  - (djm) [configure.ac] Search for inet_ntop in libnsl and libresovl;
    ok dtucker
index 62229b64053ec17de165d855a6c83471b0a435d8..627ce51785d133e07856a5c8f0c8ae84d00c07f4 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.565 2014/01/28 04:07:10 djm Exp $
+# $Id: configure.ac,v 1.566 2014/01/29 10:01:33 djm Exp $
 #
 # Copyright (c) 1999-2004 Damien Miller
 #
@@ -15,7 +15,7 @@
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
-AC_REVISION($Revision: 1.565 $)
+AC_REVISION($Revision: 1.566 $)
 AC_CONFIG_SRCDIR([ssh.c])
 AC_LANG([C])
 
@@ -1593,7 +1593,7 @@ if test "x$use_toolchain_hardening" != "x1" && test "x$use_pie" = "xauto"; then
        # Turn off automatic PIE when toolchain hardening is off.
        use_pie=no
 fi
-if test "x$use_pie" == "xauto"; then
+if test "x$use_pie" = "xauto"; then
        # Automatic PIE requires gcc >= 4.x
        AC_MSG_CHECKING([for gcc >= 4.x])
        AC_COMPILE_IFELSE([AC_LANG_SOURCE([[