From cedc02cca9da4469f7f4c20ceb812704814dbf9a Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 19 Mar 2009 17:52:52 +0000 Subject: Remove the use of RTLD_NOLOAD, as it is not behaving like expected. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@183241 f38db490-d61c-443f-a65b-d21fe96a405b --- configure.ac | 9 --------- 1 file changed, 9 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f072359cc..aaa48608d 100644 --- a/configure.ac +++ b/configure.ac @@ -432,15 +432,6 @@ AC_LINK_IFELSE( AC_MSG_RESULT(no) ) -AC_MSG_CHECKING(for RTLD_NOLOAD) -AC_LINK_IFELSE( - AC_LANG_PROGRAM([#include ], - [int foo = RTLD_NOLOAD;]), - AC_MSG_RESULT(yes) - AC_DEFINE([HAVE_RTLD_NOLOAD], 1, [Define to 1 if your system has a dynamic linker that supports RTLD_NOLOAD.]), - AC_MSG_RESULT(no) -) - AC_MSG_CHECKING(for IP_MTU_DISCOVER) AC_LINK_IFELSE( AC_LANG_PROGRAM([#include ], -- cgit v1.2.3