1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-10-06 20:03:46 -04:00

Merge branch 'master' into roomconfig

This commit is contained in:
James Booth 2014-09-07 14:06:21 +01:00
commit 99ca436dd9

View File

@ -82,7 +82,7 @@ LIBS="$LIBS $openssl_LIBS"
# TODO: autodetect of XML parser libstrophe linked with
CFLAGS_RESTORE="$CFLAGS"
CFLAGS="$CFLAGS $AM_CPPFLAGS"
AC_CHECK_LIB([strophe], [parser_new], [],
AC_CHECK_LIB([strophe], [xmpp_ctx_new], [],
[AC_MSG_ERROR([libstrophe linked with $PARSER is required for profanity])])
CFLAGS="$CFLAGS_RESTORE"