提交 db6542b5 authored 作者: Michael Jerris's avatar Michael Jerris

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
上级 dc27ee52
Tue Mar 24 10:46:04 CDT 2009
Tue Mar 24 10:46:45 CDT 2009
......@@ -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])
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论