mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
build: Backport addition of librt check to configure.ac
A while back, a master-only change was made to check for librt which should probably have been cherry-picked to 13 at that time. Sometime between then and now, part of that change did make it into 13 but it was incomplete and non-functional. This patch backports the rest of the librt check and allows the link of libasteriskpj to use the results. Change-Id: I1424008fd8c90f389dda53162ec4a340b253a3c1
This commit is contained in:
@@ -796,6 +796,9 @@
|
||||
/* Define to 1 if you have the `roundl' function. */
|
||||
#undef HAVE_ROUNDL
|
||||
|
||||
/* Define to 1 if rt has the Realtime functions feature. */
|
||||
#undef HAVE_RT
|
||||
|
||||
/* Define if your system has the RTLD_NOLOAD headers. */
|
||||
#undef HAVE_RTLD_NOLOAD
|
||||
|
||||
|
Reference in New Issue
Block a user