summaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2010-07-09 21:00:08 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2010-07-09 21:00:08 +0000
commit66d2fcdf4f5bd644d08b4ffbf8002fec73880044 (patch)
treefcc14a696030e7258a52ca756fef8fdcd498f721 /gcc/configure
parent15f8c8145abd26057f028ab65809ac37e4a7b8b6 (diff)
downloadgcc-66d2fcdf4f5bd644d08b4ffbf8002fec73880044.tar.gz
* configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
* configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162015 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/configure b/gcc/configure
index b1c58164fd0..bf537ecf502 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -23356,12 +23356,11 @@ else
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_rep_lock_prefix" >&5
$as_echo "$gcc_cv_as_ix86_rep_lock_prefix" >&6; }
+if test $gcc_cv_as_ix86_rep_lock_prefix = yes; then
+$as_echo "#define HAVE_AS_IX86_REP_LOCK_PREFIX 1" >>confdefs.h
-cat >>confdefs.h <<_ACEOF
-#define HAVE_AS_IX86_REP_LOCK_PREFIX `if test $gcc_cv_as_ix86_rep_lock_prefix = yes; then echo 1; else echo 0; fi`
-_ACEOF
-
+fi
;;