]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - configure.ac
Drop use of -pedantic when doing gcc-wall
[thirdparty/e2fsprogs.git] / configure.ac
index 248b291dd0d2c928265fab428143c2a2a5e8d02b..cf03444d8f178fd28b08ed4aef69ce4e0cf5bbdb 100644 (file)
@@ -1119,9 +1119,11 @@ dnl the functions added after migrating that library to util-linux
 dnl
 if test -n "$BLKID_CMT"; then
   AC_CHECK_LIB(blkid, blkid_probe_get_topology,
-                     AC_DEFINE(HAVE_BLKID_PROBE_GET_TOPOLOGY, 1))
+                     AC_DEFINE(HAVE_BLKID_PROBE_GET_TOPOLOGY, 1,
+                               [Define to 1 if blkid has blkid_probe_get_topology]))
   AC_CHECK_LIB(blkid, blkid_probe_enable_partitions,
-                     AC_DEFINE(HAVE_BLKID_PROBE_ENABLE_PARTITIONS, 1))
+                     AC_DEFINE(HAVE_BLKID_PROBE_ENABLE_PARTITIONS, 1,
+                               [Define to 1 if blkid has blkid_probe_enable_partitions]))
 fi
 dnl
 if test -n "$DLOPEN_LIB" ; then
@@ -1672,7 +1674,8 @@ AS_IF([test "x${with_crond_dir}" != "xno"],
        AS_IF([test "x${with_crond_dir}" = "xyes"],
          [
                AS_IF([test -d "/etc/cron.d"],
-                 [with_crond_dir="/etc/cron.d"])
+                 [with_crond_dir="/etc/cron.d"],
+                 [have_crond="no"; with_crond_dir=""])
          ])
        AC_MSG_CHECKING([for system crontab dir])
        crond_dir="${with_crond_dir}"