You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2012/10/12 17:42:28 UTC

[2/2] git commit: How about we trust the compiler and the user to know what they're doing?

How about we trust the compiler and the user to know what they're doing?


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f16d4dbf
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f16d4dbf
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f16d4dbf

Branch: refs/heads/3.2.x
Commit: f16d4dbf4a51ce4d040f726bcc66087943a178e7
Parents: 9a55731
Author: Igor Galić <i....@brainsware.org>
Authored: Tue Sep 18 14:14:20 2012 +0200
Committer: Igor Galić <i....@brainsware.org>
Committed: Fri Oct 12 17:41:07 2012 +0200

----------------------------------------------------------------------
 configure.ac |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f16d4dbf/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 0725072..df9e18f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -658,8 +658,6 @@ case $host_os in
       release_opt="-g $common_opt $optimizing_flags -feliminate-unused-debug-symbols -fno-strict-aliasing"
       cxx_opt="-Wno-invalid-offsetof"
     fi
-    TS_ADDTO(LDFLAGS, [-L/lib])
-    TS_ADDTO(LDFLAGS, [-L/usr/local/lib])
     ;;
   *)
     common_opt="-pipe -Wall -Werror"