blob: 5d0911307347e5d4b1619cc9a8f540557ea9e68d [file]
dnl --------------------------------------------------------------------------
dnl PA_ATTRIBUTE_SYNTAX
dnl
dnl Source code fragment to test for attribute syntax
dnl The use of #ifdef rather than defined() here is intentional:
dnl defined() is known to not always work right.
dnl --------------------------------------------------------------------------
AC_DEFUN([PA_ATTRIBUTE_SYNTAX],
[#include "autoconf/attribute.h"
])