Changeset 657 for libcaca/trunk/configure.ac
- Timestamp:
- Mar 22, 2006, 2:12:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/configure.ac
r652 r657 60 60 AC_DEFINE(HAVE_SLEEP, 1, [Define to 1 if you have the `Sleep' function.])], 61 61 [AC_MSG_RESULT(no)]) 62 62 63 AC_MSG_CHECKING(for fsin/fcos) 63 64 AC_TRY_COMPILE([],[asm("fsin\n\tfcos");], … … 65 66 AC_DEFINE(HAVE_FSIN_FCOS, 1, [Define to 1 if you have the `fsin' and `fcos' operands.])], 66 67 [AC_MSG_RESULT(no)]) 68 69 AC_MSG_CHECKING(for fldln2/fxch/fyl2x) 70 AC_TRY_COMPILE([],[asm("fldln2; fldln2; fxch; fyl2x");], 71 [AC_MSG_RESULT(yes) 72 AC_DEFINE(HAVE_FLDLN2, 1, [Define to 1 if you have the `fldln2' and other floating points operands.])], 73 [AC_MSG_RESULT(no)]) 74 67 75 AC_CHECK_LIB(m, sin, MATH_LIBS="${MATH_LIBS} -lm") 68 76
Note: See TracChangeset
for help on using the changeset viewer.