aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-24 11:13:44 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-02-24 11:13:44 +0100
commitb30650b8ff30b148dd42ef8f4288c7369486d530 (patch)
treef4ee9d8135bae3fc7bbb6ed2ae415755a43a3537 /src/util/Makefile.am
parent0e5149d7e776cd2d95af81abbf3a52d3c79659b6 (diff)
downloadgnunet-b30650b8ff30b148dd42ef8f4288c7369486d530.tar.gz
gnunet-b30650b8ff30b148dd42ef8f4288c7369486d530.zip
temp fix for #5606
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 5fa6e907e..755f91a11 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -124,7 +124,11 @@ libgnunetutil_la_SOURCES = \
124 proc_compat.c 124 proc_compat.c
125 125
126if HAVE_LIBATOMIC 126if HAVE_LIBATOMIC
127if DARWIN
128 LIBATOMIC=
129else
127 LIBATOMIC= -latomic 130 LIBATOMIC= -latomic
131endif
128else 132else
129 LIBATOMIC= 133 LIBATOMIC=
130endif 134endif