From f8cb35171737c47b8af10275bdc748dab7e823fd Mon Sep 17 00:00:00 2001 From: rob Date: Wed, 24 Oct 2007 10:19:06 +0000 Subject: [PATCH] restore the original cflags after the stack protector test git-svn-id: https://svn.aros.org:8080/svn/aros/trunk/AROS@27095 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- configure | 1 + configure.in | 1 + 2 files changed, 2 insertions(+) diff --git a/configure b/configure index df8721016..b4f6e8c21 100755 --- a/configure +++ b/configure @@ -7883,6 +7883,7 @@ echo "${ECHO_T}$use_no_stack_protector" >&6; } if test "x-$use_no_stack_protector" = "x-yes" ; then aros_config_cflags="$aros_config_cflags -fno-stack-protector" fi +CFLAGS="$save_cflags" #----------------------------------------------------------------------------- diff --git a/configure.in b/configure.in index 4208eba85..9f4c231d7 100644 --- a/configure.in +++ b/configure.in @@ -415,6 +415,7 @@ AC_MSG_RESULT($use_no_stack_protector) if test "x-$use_no_stack_protector" = "x-yes" ; then aros_config_cflags="$aros_config_cflags -fno-stack-protector" fi +CFLAGS="$save_cflags" #----------------------------------------------------------------------------- -- 2.11.4.GIT