diff options
| author | 2014-10-16 15:05:17 +0200 | |
|---|---|---|
| committer | 2014-10-16 15:05:17 +0200 | |
| commit | 9560572cab15871a8e8160ba5b8c637f561fce11 (patch) | |
| tree | a8ab9157f5d75eb5e7d555fbcd275157ce0ee25a /configure.ac | |
| parent | 657e5b0e896999a5efb9df127470498b65e7a10a (diff) | |
| download | usbmuxd-9560572cab15871a8e8160ba5b8c637f561fce11.tar.gz usbmuxd-9560572cab15871a8e8160ba5b8c637f561fce11.tar.bz2 | |
Use HAVE_SYSTEMD macro definition instead of WANT_SYSTEMD
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 fe0c27f..6a775c8 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -124,7 +124,7 @@ case ${host_os} in | |||
| 124 | echo "*** Note: support for systemd activation has been disabled, using udev activation instead ***" | 124 | echo "*** Note: support for systemd activation has been disabled, using udev activation instead ***" |
| 125 | activation_method="udev" | 125 | activation_method="udev" |
| 126 | else | 126 | else |
| 127 | AC_DEFINE(WITH_SYSTEMD, 1, [Define to enable systemd support]) | 127 | AC_DEFINE(HAVE_SYSTEMD, 1, [Define to enable systemd support]) |
| 128 | SYSTEMD_SUB=systemd | 128 | SYSTEMD_SUB=systemd |
| 129 | fi | 129 | fi |
| 130 | ;; | 130 | ;; |
