X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=configure;fp=configure;h=84ccce040ece052b6cf844b082114f2d38bc8f26;hp=8b763700dacd203fcde0f3649beaa339608cd204;hb=be5670c864a03d9c35081340dcb0a8e68c1725f3;hpb=40d0b84220f7c0ff9c3874656db7f0f8cb6a85e6 diff --git a/configure b/configure index 8b763700..84ccce04 100755 --- a/configure +++ b/configure @@ -2285,7 +2285,7 @@ print_config "DAOS File System (dfs) Engine" "$dfs" ########################################## # Check if we have libnfs (for userspace nfs support). if test "$disable_nfs" != "yes"; then - if $(pkg-config libnfs); then + if $(pkg-config libnfs > /dev/null 2>&1); then libnfs="yes" libnfs_cflags=$(pkg-config --cflags libnfs) libnfs_libs=$(pkg-config --libs libnfs)