From 5f2f04616567554252f2a2a3ca79d3d5b70524e8 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 4 Jun 2025 16:44:52 -0700 Subject: [PATCH] remove HAVE_CONFIG_H define config.h is always included. This is not a library. Signed-off-by: Rosen Penev --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index cdd04e82..87b84b04 100644 --- a/configure.ac +++ b/configure.ac @@ -64,7 +64,6 @@ 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) AC_CHECK_FUNCS(posix_memalign)