diff options
| author | 2015-11-15 15:29:14 +0100 | |
|---|---|---|
| committer | 2016-01-28 19:29:28 +0100 | |
| commit | 35e5d48f29ae03b2b9686109e4ed9ab8b9677ce8 (patch) | |
| tree | aa05b28fc2619ed8d5fc2a9d89b1d8df1e1a3db2 /configure.ac | |
| parent | e2f4d0fd3ca51b3809b4982b4e5241ac5c477c5d (diff) | |
| download | usbmuxd-35e5d48f29ae03b2b9686109e4ed9ab8b9677ce8.tar.gz usbmuxd-35e5d48f29ae03b2b9686109e4ed9ab8b9677ce8.tar.bz2 | |
Fix --with-systemd argument to configure
Otherwise, specifying ''--with-systemd'' will actually lead to systemd support being disabled.
Got that from https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/External-Software.html (last example).
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d204ba0..5e8fad7 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -59,7 +59,7 @@ fi | |||
| 59 | AC_ARG_WITH([systemd], | 59 | AC_ARG_WITH([systemd], |
| 60 | [AS_HELP_STRING([--without-systemd], | 60 | [AS_HELP_STRING([--without-systemd], |
| 61 | [do not build with systemd support @<:@default=yes@:>@])], | 61 | [do not build with systemd support @<:@default=yes@:>@])], |
| 62 | [with_systemd=no], | 62 | [], |
| 63 | [with_systemd=yes]) | 63 | [with_systemd=yes]) |
| 64 | 64 | ||
| 65 | AC_ARG_WITH([systemdsystemunitdir], | 65 | AC_ARG_WITH([systemdsystemunitdir], |
