[Pvfs2-cvs] commit by sumitn in pvfs2: configure.in

CVS commit program cvs at parl.clemson.edu
Tue Jul 15 14:02:16 EDT 2008


Update of /projects/cvsroot/pvfs2
In directory parlweb1:/tmp/cvs-serv19970

Modified Files:
      Tag: fuse-support
	configure.in 
Log Message:
Removed bug. Would enable FUSE without --enable-fuse option.


Index: configure.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/configure.in,v
diff -p -u -r1.342.4.1 -r1.342.4.2
--- configure.in	15 Jul 2008 17:19:10 -0000	1.342.4.1
+++ configure.in	15 Jul 2008 18:02:16 -0000	1.342.4.2
@@ -625,7 +625,7 @@ test_for_fuse()
 
        AC_SUBST(FUSE_LDFLAGS)
        AC_SUBST(FUSE_CFLAGS)
-       BUILD_FUSE=1
+       BUILD_FUSE="1"
        AC_SUBST(BUILD_FUSE)
     else
         AC_MSG_RESULT(no)
@@ -642,7 +642,6 @@ if test "x$enableval" = "xyes" ; then
    CFLAGS="$CFLAGS -D__PVFS2_ENABLE_FUSE__"
 fi
 ],
-[test_for_fuse]
 )
 
 # default CFLAGS is -g -O2, unless user set CFLAGS or asked for --enable-fast



More information about the Pvfs2-cvs mailing list