From dd0c62c7f7f852084d0042b6704db9b67414739e Mon Sep 17 00:00:00 2001 From: kannibalox Date: Sun, 27 Oct 2024 17:11:43 -0400 Subject: [PATCH] Uncomment after testing --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index fe428c4d..0a9f1183 100755 --- a/configure.ac +++ b/configure.ac @@ -58,9 +58,9 @@ AC_LANG_POP(C++) TORRENT_WITH_TINYXML2 -#if test ${with_xmlrpc_tinyxml2+y} && test ${with_xmlrpc_c+y}; then -# AC_MSG_ERROR([--with-xmlrpc-c and --with-xmlrpc-tinyxml2 cannot be used together. Please choose only one]) -#fi +if test ${with_xmlrpc_c+y} && test ${with_xmlrpc_tinyxml2+y}; then + AC_MSG_ERROR([--with-xmlrpc-c and --with-xmlrpc-tinyxml2 cannot be used together. Please choose only one]) +fi AC_DEFINE(HAVE_CONFIG_H, 1, true if config.h was included) AC_DEFINE(USER_AGENT, [std::string(PACKAGE "/" VERSION "/") + torrent::version()], Http user agent)