]> granicus.if.org Git - transmission/commitdiff
(trunk) revert r12372 based on feedback from er13: "Many embedded systems use uClibc...
authorJordan Lee <jordan@transmissionbt.com>
Tue, 19 Apr 2011 19:22:55 +0000 (19:22 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Tue, 19 Apr 2011 19:22:55 +0000 (19:22 +0000)
configure.ac

index 8c513e0f0d8ef77a53588a13c87396860ab5193c..79ac04c7394c898f8f1ba281a229303e59e88855 100644 (file)
@@ -229,7 +229,7 @@ AC_ARG_ENABLE([utp],
 if test "x$want_utp" = "xyes" ; then
     if test "x$have_utp" = "xyes"; then 
         LIBUTP_CFLAGS="-I\$(top_srcdir)/third-party/"
-        LIBUTP_LIBS="\$(top_builddir)/third-party/libutp/libutp.a -lstdc++"
+        LIBUTP_LIBS="\$(top_builddir)/third-party/libutp/libutp.a"
        if test "x$libutp_extra_libs" != "x" ; then
           LIBUTP_LIBS="$LIBUTP_LIBS $libutp_extra_libs"
        fi