summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-10-16 15:07:46 +0200
committerGravatar Martin Szulecki2014-10-16 15:07:46 +0200
commit665934d2a3538ffac0fb8c7fb27f8c03e69a3578 (patch)
tree7bba7419dd83c39e73d1a2d4afdca6d5feacbb46
parentf2fc8de2ad64c530b486232e3ae3a7541fc26792 (diff)
downloadusbmuxd-665934d2a3538ffac0fb8c7fb27f8c03e69a3578.tar.gz
usbmuxd-665934d2a3538ffac0fb8c7fb27f8c03e69a3578.tar.bz2
Make sure configuration summary outputs correctly on OS X
-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}