mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
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:
parent
dc27ee5271
commit
db6542b516
@ -1 +1 @@
|
|||||||
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
|
fi
|
||||||
AC_CHECK_HEADERS([fnmatch.h])
|
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
|
### internal modules
|
||||||
### ----------------
|
### ----------------
|
||||||
AC_DEFINE([HAVE_SOFIA_SIP], 1, [Define to 1 always])
|
AC_DEFINE([HAVE_SOFIA_SIP], 1, [Define to 1 always])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user