Mon Mar 23 10:41:29 CDT 2009 Pekka Pessi <first.last@nokia.com>

* configure.ac: check for dlopen in -ldl
  Ignore-this: e1fa8a4bf30eb9023e54264dbe8c42bd


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12753 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-03-24 15:47:43 +00:00
parent dc27ee5271
commit db6542b516
2 changed files with 7 additions and 1 deletions

View File

@ -1 +1 @@
Tue Mar 24 10:46:04 CDT 2009
Tue Mar 24 10:46:45 CDT 2009

View File

@ -110,6 +110,12 @@ if test x"$have_check" = "xyes"; then
fi
AC_CHECK_HEADERS([fnmatch.h])
dnl dl is currently used only in testing
AC_CHECK_LIB([dl], [dlopen], [
dnl Note: -ldl is not added to LIBS
AC_DEFINE([HAVE_LIBDL], 1, [Define to 1 if dl library is available])
])
### internal modules
### ----------------
AC_DEFINE([HAVE_SOFIA_SIP], 1, [Define to 1 always])