From: Karel Zak Date: Tue, 22 May 2007 22:04:24 +0000 (+0200) Subject: build-sys: minor fixes in configure.in X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baae33d0b3111e4f8fe3af0a4923049f346450a4;p=util-linux build-sys: minor fixes in configure.in Signed-off-by: Karel Zak --- diff --git a/configure.ac b/configure.ac index 68ff7b01..e678773f 100644 --- a/configure.ac +++ b/configure.ac @@ -75,8 +75,8 @@ UTIL_CHECK_LIB(util, openpty) UTIL_CHECK_LIB(termcap, tgetnum) AC_ARG_WITH([fsprobe], - AC_HELP_STRING([--with-fsprobe], [library to guess filesystems (blkid|volume_id), default is blkid]), - with_fsprobe=$withval, with_fsprobe=blkid + [AS_HELP_STRING([--with-fsprobe], [library to guess filesystems (blkid|volume_id), default is blkid])], + [], [with_fsprobe=blkid] ) AM_CONDITIONAL(HAVE_BLKID, false) @@ -91,7 +91,7 @@ elif test x$with_fsprobe = xvolume_id; then fi if test $have_blkid = no && test $have_volume_id = no; then - AC_MSG_ERROR([Without blkid or volume_id you will not be able to build util-linux-ng.]) + AC_MSG_ERROR([blkid or volume_id is needed to build util-linux-ng.]) fi AM_GNU_GETTEXT_VERSION([0.14.1])