[Ocfs2-tools-commits] jlbec commits r1158 - trunk

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Mon Feb 20 18:53:38 CST 2006


Author: jlbec
Date: 2006-02-20 18:53:38 -0600 (Mon, 20 Feb 2006)
New Revision: 1158

Modified:
   trunk/configure.in
Log:

o Move the check for com_err.h inside the fallback of the pkg-config
  query



Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2006-02-21 00:49:53 UTC (rev 1157)
+++ trunk/configure.in	2006-02-21 00:53:38 UTC (rev 1158)
@@ -83,10 +83,10 @@
   if test "x$COM_ERR_LIBS" = "x"; then
     AC_MSG_ERROR([Unable to find com_err library])
   fi
+  AC_CHECK_HEADER(et/com_err.h, :,
+    AC_MSG_ERROR([Unable to find com_err headers]))
+  AC_SUBST(COM_ERR_LIBS)
 ])
-AC_CHECK_HEADER(et/com_err.h, :,
-  AC_MSG_ERROR([Unable to find com_err headers]))
-AC_SUBST(COM_ERR_LIBS)
 
 UUID_LIBS=
 AC_CHECK_LIB(uuid, uuid_unparse, UUID_LIBS=-luuid)




More information about the Ocfs2-tools-commits mailing list