You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by no...@apache.org on 2017/02/02 17:34:42 UTC

[trafficserver] branch master updated: TS-552: Trivial Autoconf cleanup

This is an automated email from the ASF dual-hosted git repository.

nottheoilrig pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  84ac6ea   TS-552: Trivial Autoconf cleanup
84ac6ea is described below

commit 84ac6ea8abf862a9c1ce5f6648746fb92d2132e6
Author: Jack Bates <ja...@nottheoilrig.com>
AuthorDate: Wed Feb 1 13:08:03 2017 -0700

    TS-552: Trivial Autoconf cleanup
    
    We dropped exc_capture_context() and MLD_demangle_string()
    along with support for the Alpha architecture.
---
 configure.ac | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3d80ad6..9636d0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1058,12 +1058,9 @@ fi
 # -----------------------------------------------------------------------------
 # 4. CHECK FOR LIBRARIES
 
-AC_SEARCH_LIBS([exc_capture_context], [exc], [], [])
-AC_SEARCH_LIBS([MLD_demangle_string], [mld], [], [])
 AC_SEARCH_LIBS([socket], [socket], [], [])
 AC_SEARCH_LIBS([gethostbyname], [nsl], [], [])
-AC_SEARCH_LIBS([clock_gettime], [rt], [], [])
-AC_SEARCH_LIBS([clock_gettime], [posix4], [], [])
+AC_SEARCH_LIBS([clock_gettime], [rt posix4], [], [])
 
 dnl We check for dlsym here instead of e.g. dlopen() because ASAN hijacks the latter.
 AC_SEARCH_LIBS([dlsym], [dl], [], [])

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].