mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-06 21:06:44 +02:00
Make sure toxic compiles on MinGW/Win32 again
The config dir stuff is simply broken and needs to be fixed. So for now disabled it, until someone has time to look into it.
This commit is contained in:
@ -238,6 +238,8 @@ if test "x$NCURSES_FOUND" = "xno"; then
|
||||
AC_MSG_ERROR([required library winsock2 was not found on the system, please check your MinGW installation])
|
||||
]
|
||||
)
|
||||
AC_DEFINE([_WIN32_WINNT], [0x501],
|
||||
[enable getaddrinfo/freeaddrinfo on XP and higher])
|
||||
else
|
||||
AC_CHECK_LIB([ncursesw], [wget_wch],
|
||||
[
|
||||
|
Reference in New Issue
Block a user