Commit 6dc3edeb authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

configure: Get rid of an unused powl check.

parent 21806094
...@@ -19629,7 +19629,6 @@ for ac_func in \ ...@@ -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(\ ...@@ -2712,7 +2712,6 @@ AC_CHECK_FUNCS(\
nearbyintf \ nearbyintf \
nexttoward \ nexttoward \
nexttowardf \ nexttowardf \
powl \
remainder \ remainder \
remainderf \ remainderf \
remquo \ remquo \
......
...@@ -704,9 +704,6 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment