[Ocfs2-tools-commits] manish commits r1064 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sat Aug 20 15:31:09 CDT 2005


Author: manish
Date: 2005-08-20 15:31:08 -0500 (Sat, 20 Aug 2005)
New Revision: 1064

Modified:
   trunk/configure.in
Log:
Actually check the right variable for the presence of libuuid


Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2005-08-20 00:13:09 UTC (rev 1063)
+++ trunk/configure.in	2005-08-20 20:31:08 UTC (rev 1064)
@@ -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