From d4827ab50c8cacc7af3bab932b89ac4cfdd1e3c1 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 2 Jan 2008 18:08:45 +1100 Subject: - (dtucker) [configure.ac] Fix message for -fstack-protector-all test. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 479d62820..484d45d53 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.388 2007/12/31 10:29:26 dtucker Exp $ +# $Id: configure.ac,v 1.389 2008/01/02 07:08:45 dtucker 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.388 $) +AC_REVISION($Revision: 1.389 $) AC_CONFIG_SRCDIR([ssh.c]) AC_CONFIG_HEADER(config.h) @@ -105,7 +105,7 @@ if test "$GCC" = "yes" || test "$GCC" = "egcs"; then *) ;; esac - AC_MSG_CHECKING(if $GCC understands -fstack-protector-all) + AC_MSG_CHECKING(if $CC understands -fstack-protector-all) saved_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -fstack-protector-all" AC_TRY_COMPILE([], [ int main(void){return 0;} ], -- cgit v1.2.3