Module: wine Branch: master Commit: 6dc3edeba8cbab20f5e2bedba2f47fd36cf75b9a URL: https://source.winehq.org/git/wine.git/?a=commit;h=6dc3edeba8cbab20f5e2bedba...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Mar 5 10:27:25 2020 +0100
configure: Get rid of an unused powl check.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 1 - configure.ac | 1 - include/config.h.in | 3 --- 3 files changed, 5 deletions(-)
diff --git a/configure b/configure index feba035107..d536aa28b9 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 e411c2eb0e..f74d539f4e 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 1d0b216b6a..de434d6ed2 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -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