Sync up different copies of the m4 macros, noop change for this package.
[xfstests-dev.git] / m4 / package_attrdev.m4
index 831d1fd8f022c50b238895d609e2ee6be9144636..fbb0db74683636bbf7cb5479b9e2ff406bef5daa 100644 (file)
@@ -66,11 +66,10 @@ AC_DEFUN([AC_PACKAGE_NEED_ATTRIBUTES_MACROS],
     AC_TRY_LINK([
 #include <sys/types.h>
 #include <attr/attributes.h>],
-    [ int x = ATTR_SHIFT; ], [
+    [ int x = ATTR_SECURE; ], [ echo ok ], [
         echo
-        echo 'FATAL ERROR: incorrect macros exist in attributes.h header file.'
+       echo 'FATAL ERROR: could not find a current attributes header.'
         echo 'Upgrade the extended attributes (attr) development package.'
         echo 'Alternatively, run "make install-dev" from the attr source.'
-        exit 1 ],
-    [ echo ok ])
+       exit 1 ])
   ])