From 6dc3edeba8cbab20f5e2bedba2f47fd36cf75b9a Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Thu, 5 Mar 2020 10:27:25 +0100 Subject: [PATCH] configure: Get rid of an unused powl check. Signed-off-by: Hans Leidekker Signed-off-by: Alexandre Julliard --- configure | 1 - configure.ac | 1 - include/config.h.in | 3 --- 3 files changed, 5 deletions(-) diff --git a/configure b/configure index feba0351072..d536aa28b98 100755 --- a/configure +++ b/configure @@ -19629,7 +19629,6 @@ for ac_func in \ nearbyintf \ nexttoward \ nexttowardf \ - powl \ remainder \ remainderf \ remquo \ diff --git a/configure.ac b/configure.ac index e411c2eb0e9..f74d539f4e5 100644 --- a/configure.ac +++ b/configure.ac @@ -2712,7 +2712,6 @@ AC_CHECK_FUNCS(\ nearbyintf \ nexttoward \ nexttowardf \ - powl \ remainder \ remainderf \ remquo \ diff --git a/include/config.h.in b/include/config.h.in index 1d0b216b6ae..de434d6ed24 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -704,9 +704,6 @@ /* Define to 1 if you have the 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