From 94ea901162faefaf1b15f15080916caedfed961e Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Mon, 10 Oct 2011 20:23:24 +0000 Subject: [PATCH] (trunk) #4490 "transmission fails to build: undefined references" -- reopened. r12954's solution generated a new problem in "make distclean." --- configure.ac | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/configure.ac b/configure.ac index 34bf97252..632786ed8 100644 --- a/configure.ac +++ b/configure.ac @@ -480,8 +480,10 @@ AC_CONFIG_FILES([Makefile libtransmission/Makefile utils/Makefile third-party/Makefile - third-party/libnatpmp/Makefile third-party/dht/Makefile + third-party/libutp/Makefile + third-party/libnatpmp/Makefile + third-party/miniupnp/Makefile macosx/Makefile gtk/Makefile gtk/icons/Makefile @@ -495,16 +497,6 @@ AC_CONFIG_FILES([Makefile web/stylesheets/Makefile po/Makefile.in]) -dnl Maybe build libutp... -AM_CONDITIONAL([LIBUTP_CONDITIONAL],[test "x$build_utp" = "xyes"]) -AM_COND_IF([LIBUTP_CONDITIONAL], - [AC_CONFIG_FILES([third-party/libutp/Makefile])]) - -dnl Maybe build miniupnpc... -AM_CONDITIONAL([UPNP_CONDITIONAL],[test "x$upnp_version" = "xnone"]) -AM_COND_IF([UPNP_CONDITIONAL], - [AC_CONFIG_FILES([third-party/miniupnp/Makefile])]) - AC_OUTPUT echo " -- 2.40.0