diff options
author | Lukas Larsson <[email protected]> | 2014-03-27 10:23:28 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-03-27 10:23:28 +0100 |
commit | be5ad8be918b803d4224e8d6b17a508d2559b8a1 (patch) | |
tree | b2ff548843c6abc9b2ada2cc0fdc4ef5f0ce4525 /erts/configure.in | |
parent | 70d60cb4d825464149ca48fdeeb350ac4689cc00 (diff) | |
parent | b7c95eabf6017ddb352fb8ce2b3749af108ebf29 (diff) | |
download | otp-be5ad8be918b803d4224e8d6b17a508d2559b8a1.tar.gz otp-be5ad8be918b803d4224e8d6b17a508d2559b8a1.tar.bz2 otp-be5ad8be918b803d4224e8d6b17a508d2559b8a1.zip |
Merge branch 'matwey/systemd/OTP-11829'
* matwey/systemd/OTP-11829:
Add systemd socket activation for epmd.
Conflicts:
erts/epmd/src/epmd_int.h
Extra ticket: OTP-11828
Diffstat (limited to 'erts/configure.in')
-rw-r--r-- | erts/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/erts/configure.in b/erts/configure.in index 208c294106..9ebb56e3bc 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -1042,6 +1042,8 @@ AC_CHECK_LIB(dl, dlopen) AC_CHECK_LIB(inet, main) AC_CHECK_LIB(util, openpty) +AC_CHECK_LIB(systemd-daemon, sd_listen_fds) + dnl Try to find a thread library. dnl dnl ETHR_LIB_NAME, ETHR_LIBS, ETHR_X_LIBS, ETHR_THR_LIB_BASE and ETHR_DEFS @@ -1677,6 +1679,8 @@ AC_CHECK_MEMBERS([struct ifreq.ifr_enaddr], [], [], #endif ]) +AC_CHECK_HEADERS(systemd/sd-daemon.h) + dnl ---------------------------------------------------------------------- dnl Check the availability for libdlpi dnl ---------------------------------------------------------------------- |