diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-03-16 01:44:16 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-03-16 01:44:16 +0100 |
commit | 5ee9f21e86bb6a06d3eb956546f85338e81395e6 (patch) | |
tree | d3dc03df6aff2198d3397b22220833c1909c5355 /configure.ac | |
parent | 38cacf5acd082b6426e4778d242dc24bf10607ce (diff) |
build-sys: don't build distcheck version with split /usr
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 386008843a..76ca2923bc 100644 --- a/configure.ac +++ b/configure.ac @@ -655,5 +655,5 @@ AC_MSG_RESULT([ D-Bus system dir: ${with_dbussystemservicedir} D-Bus interfaces dir: ${with_dbusinterfacedir} Split /usr: ${enable_split_usr} - Build man pages: ${have_manpages} + man pages: ${have_manpages} ]) |