Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDick Porter <dick@acm.org>2002-09-27 22:04:02 +0400
committerDick Porter <dick@acm.org>2002-09-27 22:04:02 +0400
commitbb16b9c077e27133773334216036ad7d7b78edfc (patch)
tree2b2c9b82a1b7fb87090dd6a8127c85078509eb65 /configure.in
parent8edca8c7e415344bbfb0db9244f76fc434b85de8 (diff)
cygwin needs to link another library now
svn path=/trunk/mono/; revision=7875
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 6d9de2a7a82..86f4dfe10d6 100644
--- a/configure.in
+++ b/configure.in
@@ -384,6 +384,7 @@ if test x$platform_win32 = xno; then
fi
else
AC_CHECK_LIB(ws2_32, main, LIBS="$LIBS -lws2_32", AC_ERROR(bad mingw install?))
+ AC_CHECK_LIB(psapi, main, LIBS="$LIBS -lpsapi", AC_ERROR(bad mingw install?))
fi
dnl ****************************