Commit a67e7b10 authored by Jeremy Hylton's avatar Jeremy Hylton

Gregor Hoffleit: Don't link with the libieee library if it's not necessary

parent 6e114ec4
This diff is collapsed.
......@@ -1011,7 +1011,10 @@ AC_SUBST(HAVE_GETHOSTBYNAME)
# (none yet)
# Linux requires this for correct f.p. operations
AC_CHECK_LIB(ieee, __fpu_control)
AC_CHECK_FUNC(__fpu_control,
[],
[AC_CHECK_LIB(ieee, __fpu_control)
])
# Check for --with-fpectl
AC_MSG_CHECKING(for --with-fpectl)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment