configure: Get rid of an unused powl check.
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
218060940a
commit
6dc3edeba8
|
@ -19629,7 +19629,6 @@ for ac_func in \
|
||||||
nearbyintf \
|
nearbyintf \
|
||||||
nexttoward \
|
nexttoward \
|
||||||
nexttowardf \
|
nexttowardf \
|
||||||
powl \
|
|
||||||
remainder \
|
remainder \
|
||||||
remainderf \
|
remainderf \
|
||||||
remquo \
|
remquo \
|
||||||
|
|
|
@ -2712,7 +2712,6 @@ AC_CHECK_FUNCS(\
|
||||||
nearbyintf \
|
nearbyintf \
|
||||||
nexttoward \
|
nexttoward \
|
||||||
nexttowardf \
|
nexttowardf \
|
||||||
powl \
|
|
||||||
remainder \
|
remainder \
|
||||||
remainderf \
|
remainderf \
|
||||||
remquo \
|
remquo \
|
||||||
|
|
|
@ -704,9 +704,6 @@
|
||||||
/* Define to 1 if you have the <port.h> header file. */
|
/* Define to 1 if you have the <port.h> header file. */
|
||||||
#undef HAVE_PORT_H
|
#undef HAVE_PORT_H
|
||||||
|
|
||||||
/* Define to 1 if you have the `powl' function. */
|
|
||||||
#undef HAVE_POWL
|
|
||||||
|
|
||||||
/* Define if we can use ppdev.h for parallel port access */
|
/* Define if we can use ppdev.h for parallel port access */
|
||||||
#undef HAVE_PPDEV
|
#undef HAVE_PPDEV
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue