X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=configure;h=84ccce040ece052b6cf844b082114f2d38bc8f26;hp=8b763700dacd203fcde0f3649beaa339608cd204;hb=fab60fa78a1832c17f8bb200292ded4a8b3eb2a5;hpb=b54e0d80c52e626021aacd0ae4d9875940cff9aa 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)