configure: Get rid of an unused powl check.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Hans Leidekker 2020-03-05 10:27:25 +01:00 committed by Alexandre Julliard
parent 218060940a
commit 6dc3edeba8
3 changed files with 0 additions and 5 deletions

1
configure vendored
View File

@ -19629,7 +19629,6 @@ for ac_func in \
nearbyintf \
nexttoward \
nexttowardf \
powl \
remainder \
remainderf \
remquo \

View File

@ -2712,7 +2712,6 @@ AC_CHECK_FUNCS(\
nearbyintf \
nexttoward \
nexttowardf \
powl \
remainder \
remainderf \
remquo \

View File

@ -704,9 +704,6 @@
/* Define to 1 if you have the <port.h> header file. */
#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 */
#undef HAVE_PPDEV