summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
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)
28AC_ARG_WITH([preflight], 28AC_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
34if test "x$have_limd" = "xyes"; then 34if test "x$have_limd" = "xyes"; then
@@ -75,7 +75,7 @@ fi
75AC_ARG_WITH([systemd], 75AC_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
81AC_ARG_WITH([systemdsystemunitdir], 81AC_ARG_WITH([systemdsystemunitdir],