summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
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
149docs/Makefile 149docs/Makefile
150]) 150])
151 151
152echo -n " 152echo "
153Configuration for $PACKAGE $VERSION: 153Configuration 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
161if test "x$activation_method" = "xsystemd"; then 160if test "x$activation_method" = "xsystemd"; then
162 echo -n " systemd unit directory ....: ${systemdsystemunitdir} 161 echo " systemd unit directory ....: ${systemdsystemunitdir}"
163"
164fi 162fi
165 163
166if test -n "$udevrulesdir"; then 164if test -n "$udevrulesdir"; then
167 echo -n " udev rules directory ......: ${udevrulesdir} 165 echo " udev rules directory ......: ${udevrulesdir}"
168"
169fi 166fi
170 167
171echo " compiler ..................: ${CC} 168echo " compiler ..................: ${CC}