Skip to content

Commit

Permalink
- Syntax error
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jul 8, 2010
1 parent 5066a3b commit f48be22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -2214,7 +2214,7 @@ $as_echo_n "checking for floating point bugs... " >&6; }
if echo $CFLAGS | grep -q -- -ffloat-store; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: have -ffloat-store" >&5
$as_echo "have -ffloat-store" >&6; }
if echo $CFLAGS | grep -q -- -msse2 && echo $CFLAGS | grep -q -- -mfpmath=sse; then
elif echo $CFLAGS | grep -q -- -msse2 && echo $CFLAGS | grep -q -- -mfpmath=sse; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: have SSE2" >&5
$as_echo "have SSE2" >&6; }
else
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -60,7 +60,7 @@ dnl Or if -ffloat-store is set
AC_MSG_CHECKING([for floating point bugs])
if echo $CFLAGS | grep -q -- -ffloat-store; then
AC_MSG_RESULT([have -ffloat-store])
if echo $CFLAGS | grep -q -- -msse2 && echo $CFLAGS | grep -q -- -mfpmath=sse; then
elif echo $CFLAGS | grep -q -- -msse2 && echo $CFLAGS | grep -q -- -mfpmath=sse; then
AC_MSG_RESULT([have SSE2])
else
CFLAGS+=" -msse2 -mfpmath=sse"
Expand Down

0 comments on commit f48be22

Please sign in to comment.