diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index f022319..2a56f83 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -149,23 +149,20 @@ systemd/Makefile | |||
| 149 | docs/Makefile | 149 | docs/Makefile |
| 150 | ]) | 150 | ]) |
| 151 | 151 | ||
| 152 | echo -n " | 152 | echo " |
| 153 | Configuration for $PACKAGE $VERSION: | 153 | Configuration for $PACKAGE $VERSION: |
| 154 | ------------------------------------------- | 154 | ------------------------------------------- |
| 155 | 155 | ||
| 156 | install prefix ............: $prefix | 156 | install prefix ............: $prefix |
| 157 | preflight worker support ..: $have_limd | 157 | preflight worker support ..: $have_limd |
| 158 | activation method .........: $activation_method | 158 | activation method .........: $activation_method" |
| 159 | " | ||
| 160 | 159 | ||
| 161 | if test "x$activation_method" = "xsystemd"; then | 160 | if test "x$activation_method" = "xsystemd"; then |
| 162 | echo -n " systemd unit directory ....: ${systemdsystemunitdir} | 161 | echo " systemd unit directory ....: ${systemdsystemunitdir}" |
| 163 | " | ||
| 164 | fi | 162 | fi |
| 165 | 163 | ||
| 166 | if test -n "$udevrulesdir"; then | 164 | if test -n "$udevrulesdir"; then |
| 167 | echo -n " udev rules directory ......: ${udevrulesdir} | 165 | echo " udev rules directory ......: ${udevrulesdir}" |
| 168 | " | ||
| 169 | fi | 166 | fi |
| 170 | 167 | ||
| 171 | echo " compiler ..................: ${CC} | 168 | echo " compiler ..................: ${CC} |
