summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2010-11-30 11:41:59 +0100
committerKarel Zak2010-11-30 11:41:59 +0100
commit601d12fb103702276e01ed891fd3a09a6045f209 (patch)
tree3bb7b36565b0f03db0c1f6196fc725206cdb0326 /configure.ac
parentlibblkid: add LINHIB0001 signature to swap prober (diff)
downloadkernel-qcow2-util-linux-601d12fb103702276e01ed891fd3a09a6045f209.tar.gz
kernel-qcow2-util-linux-601d12fb103702276e01ed891fd3a09a6045f209.tar.xz
kernel-qcow2-util-linux-601d12fb103702276e01ed891fd3a09a6045f209.zip
rename util-linux-ng back to util-linux
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ca3e4af5a..c2409037f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(util-linux-ng, 2.18, kzak@redhat.com)
+AC_INIT(util-linux, 2.18, kzak@redhat.com)
AC_PREREQ(2.60)
@@ -393,10 +393,10 @@ if test "x$have_blkid" = xyes; then
AC_DEFINE(HAVE_LIBBLKID, 1, [Define to 1 if you have the -lblkid.])
else
if test "x$build_mount" = xyes; then
- AC_MSG_ERROR([libblkid is needed to build util-linux-ng mount])
+ AC_MSG_ERROR([libblkid is needed to build util-linux mount])
fi
if test "x$enable_fsck" = xyes; then
- AC_MSG_ERROR([libblkid is needed to build util-linux-ng fsck])
+ AC_MSG_ERROR([libblkid is needed to build util-linux fsck])
fi
fi
AM_CONDITIONAL(HAVE_BLKID, test "x$have_blkid" = xyes)