[PVFS2-CVS] commit by robl in pvfs2-1/maint/config: bdb.m4
CVS commit program
cvs at parl.clemson.edu
Mon Nov 21 11:30:49 EST 2005
Update of /projects/cvsroot/pvfs2-1/maint/config
In directory parlweb:/tmp/cvs-serv1158/maint/config
Modified Files:
bdb.m4
Log Message:
(from branch) use '=' for shell string compare
Index: bdb.m4
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/maint/config/bdb.m4,v
diff -u -w -p -u -r1.6 -r1.7
--- bdb.m4 18 Nov 2005 22:42:24 -0000 1.6
+++ bdb.m4 21 Nov 2005 16:30:49 -0000 1.7
@@ -22,7 +22,7 @@ AC_DEFUN([AX_BERKELEY_DB],
break])
done
- if test "x$dbheader" == "xnotfound"; then
+ if test "x$dbheader" = "xnotfound"; then
AC_COMPILE_IFELSE(
[#include "$dbpath/include/db.h"],
[DB_CFLAGS="-I$dbpath/include/"],
More information about the PVFS2-CVS
mailing list