From 1149169202d9649eb8cc6cd84a9fd458e1d32d39 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 24 Jun 2018 15:59:16 -0400 Subject: Revert "configure.ac: Add hints about missing [s]fdisk and mke2fs" This reverts commit 2221d627f496d0d60bcb05b8444eae0c297ab380. --- diff --git a/configure.ac b/configure.ac index 05a37f7..e212c05 100644 --- a/configure.ac +++ b/configure.ac @@ -194,8 +194,7 @@ AC_ARG_WITH( ) AC_SUBST([HAVE_FDISK]) if ! ${HAVE_SFDISK} && ! ${HAVE_FDISK}; then - AC_MSG_ERROR([sfdisk or fdisk is required $(: \ - )(hint: these may be in /sbin or /usr/sbin)]) + AC_MSG_ERROR([sfdisk or fdisk is required]) fi AC_ARG_WITH( [mke2fs], @@ -218,8 +217,7 @@ AC_ARG_WITH( [ AC_PATH_PROG([MKE2FS], [mke2fs]) if test -z "${MKE2FS}"; then - AC_MSG_ERROR([mke2fs not found $(: \ - )(hint: this may be in /sbin or /usr/sbin)]) + AC_MSG_ERROR([mke2fs not found]) fi ] ) -- cgit v0.9.1