summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-05-15 02:58:18 +0000
committerUlrich Drepper <drepper@redhat.com>2008-05-15 02:58:18 +0000
commit215a87451d1fd623fd2699fa57f16f8ab6f6a2f3 (patch)
tree1a26c877b22ed3754d200e38bf748a6e6edcd1e8 /configure
parent2f9a1be867489eb4fdc46e052163eb3cab99aef1 (diff)
[BZ #6428]
* configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3330d53dc3..a43f850f51 100755
--- a/configure
+++ b/configure
@@ -6266,7 +6266,7 @@ EOF
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; } \
&& grep -q .note.GNU-stack conftest.s \
- && { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Wa,--noexecstack
+ && { ac_try='${CC-cc} $ASFLAGS -Wa,--noexecstack
-c -o conftest.o conftest.s 1>&5'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5