pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-07-23
1998-07-23 00:13:12 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
4bcc44f52b1a26930ce251992c2f4ad0c38d2ab2 (
23
lines) (+
21
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
updated tests for fpsetmask()
Rev: src/configure.in:1.221
Rev: src/modules/math/configure.in:1.6
1:
-
AC_REVISION("$Id: configure.in,v 1.
220
1998/07/
22
23:
23
:
40
hubbe Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
221
1998/07/
23
00
:
12
:
56
hubbe Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1076:
finite \ signbit \ nice \
-
fpsetmask \
+
) if test x$pike_cv_sys_os = xWindows_NT ; then
1419:
fi]) ########################################################################
+
MY_CHECK_FUNCTION(fpsetmask,
+
[
+
#include <math.h>
+
#ifdef HAVE_FLOATINGPOINT_H
+
#include <floatingpoint.h>
+
#endif
-
+
#ifdef HAVE_IEEEFP_H
+
#include <ieeefp.h>
+
#endif
+
+
int main()
+
{
+
fpsetmask(0);
+
exit(0);
+
}
+
]);
+
########################################################################
+
MY_CHECK_FUNCTION(dlopen, [ #include <dlfcn.h>
1429:
exit(0); }])
+
########################################################################
MY_CHECK_FUNCTION(ldexp, [