]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
configure: don't use fallback values in summary
authorVincent Bernat <vincent@bernat.im>
Wed, 7 May 2014 10:42:46 +0000 (12:42 +0200)
committerVincent Bernat <vincent@bernat.im>
Wed, 7 May 2014 10:42:46 +0000 (12:42 +0200)
They are not needed anymore, if default values are used, they are expanded.

configure.ac

index 19abe1b0e1119ac48140f041ddfb42bd9d4ebe3e..59bb3b7b87beebd8fddae7a24e916e99bcb978cb 100644 (file)
@@ -282,8 +282,8 @@ cat <<EOF
   seccomp........: ${with_seccomp-no}
  Privilege separation:
   Enabled........: $enable_privsep
-  User/group.....: ${with_privsep_user-_lldpd}/${with_privsep_group-_lldpd}
-  Chroot.........: ${with_privsep_chroot-/var/run/lldpd}
+  User/group.....: ${with_privsep_user}/${with_privsep_group}
+  Chroot.........: ${with_privsep_chroot}
 ---------------------------------------------
 
 Check the above options and compile with: