From f13c2854b3a0f17c617621ef5b8b5c10ca633d96 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Tue, 25 Jan 2011 16:53:43 +0000 Subject: [PATCH] (trunk) adding "--enable-static --disable-shared -q" to ac_configure_args is unnecessary -- fixed. This line was added in r2768 to ensure that Transmission's bundled libevent was built as a static library. libevent is no longer bundled, so this line isn't needed. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0ddbc0a9e..0817a6e1f 100644 --- a/configure.ac +++ b/configure.ac @@ -476,7 +476,6 @@ AC_CONFIG_FILES([Makefile web/stylesheets/Makefile po/Makefile.in]) -ac_configure_args="$ac_configure_args --enable-static --disable-shared -q" AC_OUTPUT echo " -- 2.40.0