omit function search in configure phase
This commit is contained in:
parent
c076c932b4
commit
18be08dfc3
|
|
@ -342,12 +342,6 @@ if test "x$with_ngshared" != x && test "x$with_ngshared" != xno ; then
|
||||||
*mingw* | *msys* )
|
*mingw* | *msys* )
|
||||||
has_shwin=true
|
has_shwin=true
|
||||||
has_no_help=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* )
|
*cygwin* )
|
||||||
has_shcyg=true
|
has_shcyg=true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue