aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ad59c9231..e8a450b61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -251,6 +251,10 @@ AS_IF([test -x "$PERL"],
251 [AC_DEFINE_UNQUOTED([HAVE_PERL], [1], [Path to Perl])], 251 [AC_DEFINE_UNQUOTED([HAVE_PERL], [1], [Path to Perl])],
252 [AC_DEFINE_UNQUOTED([HAVE_PERL], [0], [Path to Perl])]) 252 [AC_DEFINE_UNQUOTED([HAVE_PERL], [0], [Path to Perl])])
253 253
254# awk
255AC_PATH_PROGS( AWK_BINARY, [awk gawk], ,$PATH:/usr/bin/:/usr/local/bin )
256AC_SUBST([AWK_BINARY])
257
254# should we install gnunet-logread? 258# should we install gnunet-logread?
255AC_MSG_CHECKING(whether to install gnunet-logread) 259AC_MSG_CHECKING(whether to install gnunet-logread)
256AC_ARG_WITH([gnunet-logread], 260AC_ARG_WITH([gnunet-logread],