diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index baf98ca..e77a599 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -28,7 +28,7 @@ PKG_CHECK_MODULES(limd_glue, libimobiledevice-glue-1.0 >= 1.0.0) | |||
28 | AC_ARG_WITH([preflight], | 28 | AC_ARG_WITH([preflight], |
29 | [AS_HELP_STRING([--without-preflight], | 29 | [AS_HELP_STRING([--without-preflight], |
30 | [do not build with preflight worker support @<:@default=yes@:>@])], | 30 | [do not build with preflight worker support @<:@default=yes@:>@])], |
31 | [with_preflight=no], | 31 | [with_preflight=$withval], |
32 | [with_preflight=yes]) | 32 | [with_preflight=yes]) |
33 | 33 | ||
34 | if test "x$have_limd" = "xyes"; then | 34 | if test "x$have_limd" = "xyes"; then |
@@ -75,7 +75,7 @@ fi | |||
75 | AC_ARG_WITH([systemd], | 75 | AC_ARG_WITH([systemd], |
76 | [AS_HELP_STRING([--without-systemd], | 76 | [AS_HELP_STRING([--without-systemd], |
77 | [do not build with systemd support @<:@default=yes@:>@])], | 77 | [do not build with systemd support @<:@default=yes@:>@])], |
78 | [], | 78 | [with_systemd=$withval], |
79 | [with_systemd=yes]) | 79 | [with_systemd=yes]) |
80 | 80 | ||
81 | AC_ARG_WITH([systemdsystemunitdir], | 81 | AC_ARG_WITH([systemdsystemunitdir], |