From 18be08dfc38d146892d064483b9d7b4009220e33 Mon Sep 17 00:00:00 2001 From: dwarning Date: Mon, 30 Mar 2020 13:13:09 +0200 Subject: [PATCH] omit function search in configure phase --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure.ac b/configure.ac index 75fed3615..9aaf51cc2 100644 --- a/configure.ac +++ b/configure.ac @@ -342,12 +342,6 @@ if test "x$with_ngshared" != x && test "x$with_ngshared" != xno ; then *mingw* | *msys* ) has_shwin=true has_no_help=true - AC_CHECK_FUNCS([PathIsRelativeA], [], - [AC_CHECK_LIB([shlwapi], [PathIsRelativeA], - [LIBS="$LIBS -lshlwapi"])]) - AC_CHECK_FUNCS([GetProcessMemoryInfo], [], - [AC_CHECK_LIB([psapi], [GetProcessMemoryInfo], - [LIBS="$LIBS -lpsapi"])]) ;; *cygwin* ) has_shcyg=true