diff options
author | ng0 <ng0@n0.is> | 2019-12-01 20:37:57 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-12-01 20:37:57 +0000 |
commit | 93330d9c6d8d5c599a2f12d641c5029aab91d3ad (patch) | |
tree | 47589f150fb56be88742ba48e6d589a0e105ab3f /contrib | |
parent | 24d9ece906cc03e80db617168c9a2d93409e4640 (diff) |
gnunet-logread: install only when perl has been found (avoid dysfunctional SHa-bang line.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/scripts/gnunet-logread/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/scripts/gnunet-logread/Makefile.am b/contrib/scripts/gnunet-logread/Makefile.am index e1183a885..aa92dfe16 100644 --- a/contrib/scripts/gnunet-logread/Makefile.am +++ b/contrib/scripts/gnunet-logread/Makefile.am @@ -18,6 +18,7 @@ CLEANFILES= \ gnunet-logread-ipc-sdedit if GNUNET_LOGREAD +if HAVE_PERL bin_SCRIPTS = \ gnunet-logread-ipc \ $(CLEANFILES) @@ -26,6 +27,7 @@ noinst_SCRIPTS = \ gnunet-logread-ipc \ $(CLEANFILES) endif +endif EXTRA_DIST = \ gnunet-logread.in \ |