summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2019-05-22 13:03:38 -0400
committerTheodore Ts'o <tytso@mit.edu>2019-05-27 15:10:31 -0400
commit188bf39acf5da14d291e4dde481baf02abe84c62 (patch)
tree46113eb8a8a61a0e7d42fe107f08c06515e27162 /configure
parentc0d5e63376394bcb5d3cc642dc85c1c86c64cc6f (diff)
downloade2fsprogs-188bf39acf5da14d291e4dde481baf02abe84c62.tar.gz
configure: fix test where cron is not installed on a non-systemd system
Reported-by: thomas@linuxfromscratch.org Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure b/configure
index 205b2d6d..065bff76 100755
--- a/configure
+++ b/configure
@@ -13150,7 +13150,8 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_blkid_blkid_probe_get_topology" >&5
$as_echo "$ac_cv_lib_blkid_blkid_probe_get_topology" >&6; }
if test "x$ac_cv_lib_blkid_blkid_probe_get_topology" = xyes; then :
- $as_echo "#define HAVE_BLKID_PROBE_GET_TOPOLOGY 1" >>confdefs.h
+
+$as_echo "#define HAVE_BLKID_PROBE_GET_TOPOLOGY 1" >>confdefs.h
fi
@@ -13191,7 +13192,8 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_blkid_blkid_probe_enable_partitions" >&5
$as_echo "$ac_cv_lib_blkid_blkid_probe_enable_partitions" >&6; }
if test "x$ac_cv_lib_blkid_blkid_probe_enable_partitions" = xyes; then :
- $as_echo "#define HAVE_BLKID_PROBE_ENABLE_PARTITIONS 1" >>confdefs.h
+
+$as_echo "#define HAVE_BLKID_PROBE_ENABLE_PARTITIONS 1" >>confdefs.h
fi
@@ -14511,6 +14513,8 @@ if test "x${with_crond_dir}" != "xno"; then :
if test -d "/etc/cron.d"; then :
with_crond_dir="/etc/cron.d"
+else
+ have_crond="no"; with_crond_dir=""
fi
fi