1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-08-11 18:54:16 -04:00

Merge branch 'master' into roomconfig

This commit is contained in:
James Booth 2014-09-07 23:56:38 +01:00
commit af0244580c

View File

@ -103,9 +103,9 @@ CFLAGS_RESTORE="$CFLAGS"
CFLAGS="$CFLAGS $NCURSES_CFLAGS"
AC_CACHE_CHECK([for wget_wch support in $NCURSES], ncurses_cv_wget_wch,
[AC_LINK_IFELSE([AC_LANG_SOURCE([
#include <ncurses.h>
void wget_wch(void);
int main() {
(void)wget_wch(NULL, NULL);
wget_wch();
return 0;
}
])],