diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 16:49:02 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 16:49:02 +0200 |
commit | d52bc7015f3fa1b80cf236ee05b74ff805fc8630 (patch) | |
tree | 675e5ca21bf4f47c7a141bda60e1c7335e829ac8 | |
parent | e37d55fe7ba075068d8814da3c695b9c5c2e63f3 (diff) |
Remove more vestigial configureac printouts
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 85e75d783b..8c37ca3a78 100644 --- a/configure.ac +++ b/configure.ac @@ -666,7 +666,6 @@ AC_MSG_RESULT([ gtk-doc: ${enable_gtk_doc} test coverage: ${have_coverage} Split /usr: ${enable_split_usr} - SysV compatibility: ${SYSTEM_SYSV_COMPAT} extra debugging: ${enable_debug} prefix: ${prefix} @@ -674,11 +673,8 @@ AC_MSG_RESULT([ sysconf dir: ${sysconfdir} datarootdir: ${datarootdir} includedir: ${includedir} - include_prefix: ${INCLUDE_PREFIX} lib dir: ${libdir} rootlib dir: ${with_rootlibdir} - SysV init scripts: ${SYSTEM_SYSVINIT_PATH} - SysV rc?.d directories: ${SYSTEM_SYSVRCND_PATH} PAM modules dir: ${with_pamlibdir} PAM configuration dir: ${with_pamconfdir} D-Bus policy dir: ${with_dbuspolicydir} |