[Ocfs2-tools-commits] manish commits r1065 - branches/ocfs2-tools-1.0

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sat Aug 20 15:32:14 CDT 2005


Author: manish
Date: 2005-08-20 15:32:13 -0500 (Sat, 20 Aug 2005)
New Revision: 1065

Modified:
   branches/ocfs2-tools-1.0/configure.in
Log:
Actually check the right variable for the presence of libuuid


Modified: branches/ocfs2-tools-1.0/configure.in
===================================================================
--- branches/ocfs2-tools-1.0/configure.in	2005-08-20 20:31:08 UTC (rev 1064)
+++ branches/ocfs2-tools-1.0/configure.in	2005-08-20 20:32:13 UTC (rev 1065)
@@ -84,7 +84,7 @@
 
 UUID_LIBS=
 AC_CHECK_LIB(uuid, uuid_unparse, UUID_LIBS=-luuid)
-if test "x$COM_ERR_LIBS" = "x"; then
+if test "x$UUID_LIBS" = "x"; then
   AC_MSG_ERROR([Unable to find uuid library])
 fi
 AC_CHECK_HEADER(uuid/uuid.h, :,



More information about the Ocfs2-tools-commits mailing list