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 479d62820..484d45d53 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.388 2007/12/31 10:29:26 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.389 2008/01/02 07:08:45 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.388 $) | 18 | AC_REVISION($Revision: 1.389 $) |
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) |
@@ -105,7 +105,7 @@ if test "$GCC" = "yes" || test "$GCC" = "egcs"; then | |||
105 | *) ;; | 105 | *) ;; |
106 | esac | 106 | esac |
107 | 107 | ||
108 | AC_MSG_CHECKING(if $GCC understands -fstack-protector-all) | 108 | AC_MSG_CHECKING(if $CC understands -fstack-protector-all) |
109 | saved_CFLAGS="$CFLAGS" | 109 | saved_CFLAGS="$CFLAGS" |
110 | CFLAGS="$CFLAGS -fstack-protector-all" | 110 | CFLAGS="$CFLAGS -fstack-protector-all" |
111 | AC_TRY_COMPILE([], [ int main(void){return 0;} ], | 111 | AC_TRY_COMPILE([], [ int main(void){return 0;} ], |