diff options
| author | 2014-10-16 15:07:46 +0200 | |
|---|---|---|
| committer | 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 | |||
| 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} |
