From 9f70f8b143d591b44b57454bf346bc291875dd75 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 21 Jun 2007 13:31:52 +0200 Subject: mount: use encoded labels for volume_id The current version of libvolume_id exports the encoding function for the symlinks names, so slashes in labels and other chars, that don't really fit into symlink names, will work as expected with LABEL=. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5655bf0b8..d63b99d84 100644 --- a/configure.ac +++ b/configure.ac @@ -87,7 +87,7 @@ have_volume_id=no if test x$with_fsprobe = xblkid; then UTIL_CHECK_LIB(blkid, blkid_known_fstype) elif test x$with_fsprobe = xvolume_id; then - UTIL_CHECK_LIB(volume_id, volume_id_open_fd) + UTIL_CHECK_LIB(volume_id, volume_id_encode_string) fi if test $have_blkid = no && test $have_volume_id = no; then -- cgit v1.2.3-55-g7522