aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-31 19:29:36 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-31 19:29:36 +0000
commit4ef94875c1e50499513fd50f6a0feee479a07812 (patch)
tree88b4d5628c2b6b8127ac0828a246d992b1aa4362 /configure.ac
parent5b6955a12b801a06f428acf8ba2cd651cd294912 (diff)
downloadgnunet-4ef94875c1e50499513fd50f6a0feee479a07812.tar.gz
gnunet-4ef94875c1e50499513fd50f6a0feee479a07812.zip
stuff
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 4251e329c..aad6e44a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -587,13 +587,6 @@ AC_ARG_WITH(daemon-config-dir,
587 [default daemon config directory (/etc)]), 587 [default daemon config directory (/etc)]),
588 [gn_daemon_config_dir=$withval]) 588 [gn_daemon_config_dir=$withval])
589AC_SUBST(GN_DAEMON_CONFIG_DIR, $gn_daemon_config_dir) 589AC_SUBST(GN_DAEMON_CONFIG_DIR, $gn_daemon_config_dir)
590gn_daemon_pidfile="/var/run/gnunetd/pid"
591AC_ARG_WITH(daemon-pidfile,
592 AC_HELP_STRING(
593 [--with-daemon-pidfile=FILE],
594 [default daemon pidfile (/var/run/gnunetd/pid)]),
595 [gn_daemon_pidfile=$withval])
596AC_SUBST(GN_DAEMON_PIDFILE, $gn_daemon_pidfile)
597 590
598GN_INTLINCL="" 591GN_INTLINCL=""
599GN_LIBINTL="$LTLIBINTL" 592GN_LIBINTL="$LTLIBINTL"