AC_CHECK_LIB() doesn't work to check for Windows API functions due to calling
conventions, so use AC_LINK_IFELSE() instead. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@200 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
/* Define to 1 if you have the `killpg' function. */
|
||||
#undef HAVE_KILLPG
|
||||
|
||||
/* Define to 1 if you have the `iphlpapi' library (-liphlpapi). */
|
||||
/* Define to 1 if you have the Windows iphlpapi library */
|
||||
#undef HAVE_LIBIPHLPAPI
|
||||
|
||||
/* Define to 1 if you have the `ssl' library (-lssl). */
|
||||
|
||||
Reference in New Issue
Block a user