summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-01-02 18:08:45 +1100
committerDarren Tucker <dtucker@zip.com.au>2008-01-02 18:08:45 +1100
commitd4827ab50c8cacc7af3bab932b89ac4cfdd1e3c1 (patch)
tree30ca1f5205e1de726513677b9fb34b59e2073db2 /configure.ac
parent40da29a04cc50f27ac63c8fdf7520576545e206e (diff)
- (dtucker) [configure.ac] Fix message for -fstack-protector-all test.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 479d6282..484d45d5 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;} ],