aboutsummaryrefslogtreecommitdiffstats
path: root/erts/epmd/src/Makefile.in
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2014-04-24 15:20:08 +0200
committerLukas Larsson <[email protected]>2014-05-09 18:03:56 +0200
commit12cd5e5b394623fab9907622ad99163c5b9350e1 (patch)
treefd7823917302ed9e3d0b9bdb7948e53a77aad0d1 /erts/epmd/src/Makefile.in
parent07b8f441ca711f9812fad9e9115bab3c3aa92f79 (diff)
downloadotp-12cd5e5b394623fab9907622ad99163c5b9350e1.tar.gz
otp-12cd5e5b394623fab9907622ad99163c5b9350e1.tar.bz2
otp-12cd5e5b394623fab9907622ad99163c5b9350e1.zip
erts: Fix various autoconf issues
* Check of atomics on bsd * Add --enable-systemd for epmd * Remove unused --enable-tsp option
Diffstat (limited to 'erts/epmd/src/Makefile.in')
-rw-r--r--erts/epmd/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/epmd/src/Makefile.in b/erts/epmd/src/Makefile.in
index 8dc8dae5f6..0c7787a3b1 100644
--- a/erts/epmd/src/Makefile.in
+++ b/erts/epmd/src/Makefile.in
@@ -84,7 +84,7 @@ LD = @LD@
ifeq ($(findstring ose,$(TARGET)),ose)
LIBS = $(ERTS_INTERNAL_LIBS) @LIBS@
else
-LIBS = @LIBS@ $(ERTS_INTERNAL_LIBS)
+LIBS = @LIBS@ @SYSTEMD_DAEMON_LIBS@ $(ERTS_INTERNAL_LIBS)
endif
LDFLAGS = @LDFLAGS@