diff options
author | Erlang/OTP <[email protected]> | 2013-04-26 12:33:20 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2013-04-26 12:33:20 +0200 |
commit | bfc0387a40097414f5e1af11d01ec621296cc33f (patch) | |
tree | 3bbfb75ecf0bf3c726cf1683650bce5b71aa6940 /lib/test_server/src/configure.in | |
parent | 32b32fb6dd9e4c501c434789625e270e437960e3 (diff) | |
parent | c599f85af779db465348f0413f9ff245d741d699 (diff) | |
download | otp-bfc0387a40097414f5e1af11d01ec621296cc33f.tar.gz otp-bfc0387a40097414f5e1af11d01ec621296cc33f.tar.bz2 otp-bfc0387a40097414f5e1af11d01ec621296cc33f.zip |
Merge branch 'pan/monitor_long_schedule' into maint-r15
* pan/monitor_long_schedule:
Skip testcase on platforms w/o pipes/usleep
Add documentation for new system_monitor
Add long_schedule detection for ports and testcases
Add erlang:system_monitor(Pid,[{long_schedule,Millis}])
Diffstat (limited to 'lib/test_server/src/configure.in')
-rw-r--r-- | lib/test_server/src/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/test_server/src/configure.in b/lib/test_server/src/configure.in index 785bab395c..b8fddf1481 100644 --- a/lib/test_server/src/configure.in +++ b/lib/test_server/src/configure.in @@ -276,6 +276,7 @@ AC_CHECK_FUNC(gethostbyname, , AC_CHECK_LIB(nsl, main, [LIBS="$LIBS -lnsl"])) dnl Checks for library functions. AC_CHECK_FUNCS(strerror) AC_CHECK_FUNCS(vsnprintf) +AC_CHECK_FUNCS(usleep) # First check if the library is available, then if we can choose between # two versions of gethostbyname |