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 \
|
||||
nexttoward \
|
||||
nexttowardf \
|
||||
powl \
|
||||
remainder \
|
||||
remainderf \
|
||||
remquo \
|
||||
|
|
|
@ -2712,7 +2712,6 @@ AC_CHECK_FUNCS(\
|
|||
nearbyintf \
|
||||
nexttoward \
|
||||
nexttowardf \
|
||||
powl \
|
||||
remainder \
|
||||
remainderf \
|
||||
remquo \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue