From dd8bfdaa67cab2ba023d5d6b38528c9d013e0671 Mon Sep 17 00:00:00 2001 From: szaka Date: Mon, 15 Oct 2007 19:21:55 +0000 Subject: [PATCH] fix bogus warning if FUSE is installed in /lib64 (Jean-Pierre Andre, Szaka) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c3d93e1a..7fa53b47 100644 --- a/configure.ac +++ b/configure.ac @@ -219,7 +219,7 @@ AC_CONFIG_FILES([ ]) AC_OUTPUT -if test "x$FUSE_LIB_PATH" != "x-L/lib"; then +if test "x$FUSE_LIB_PATH" != "x-L/lib" -a "x$FUSE_LIB_PATH" != "x-L/lib64"; then cat <