diff options
author | Martin Szulecki | 2014-10-16 15:07:46 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-16 15:07:46 +0200 |
commit | 665934d2a3538ffac0fb8c7fb27f8c03e69a3578 (patch) | |
tree | 7bba7419dd83c39e73d1a2d4afdca6d5feacbb46 /configure.ac | |
parent | f2fc8de2ad64c530b486232e3ae3a7541fc26792 (diff) | |
download | usbmuxd-665934d2a3538ffac0fb8c7fb27f8c03e69a3578.tar.gz usbmuxd-665934d2a3538ffac0fb8c7fb27f8c03e69a3578.tar.bz2 |
Make sure configuration summary outputs correctly on OS X
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 docs/Makefile ]) -echo -n " +echo " Configuration for $PACKAGE $VERSION: ------------------------------------------- install prefix ............: $prefix preflight worker support ..: $have_limd - activation method .........: $activation_method -" + activation method .........: $activation_method" if test "x$activation_method" = "xsystemd"; then - echo -n " systemd unit directory ....: ${systemdsystemunitdir} -" + echo " systemd unit directory ....: ${systemdsystemunitdir}" fi if test -n "$udevrulesdir"; then - echo -n " udev rules directory ......: ${udevrulesdir} -" + echo " udev rules directory ......: ${udevrulesdir}" fi echo " compiler ..................: ${CC} |