From ca0cbdbec7fe24eb9a2f554c1aacbe231e5e2a90 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Wed, 14 Jan 2009 08:36:16 +0000 Subject: [PATCH] update ac_attribute.m4 SVN revision: 38579 --- legacy/eina/m4/ac_attribute.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eina/m4/ac_attribute.m4 b/legacy/eina/m4/ac_attribute.m4 index 5b8c1e2437..3926d23d56 100644 --- a/legacy/eina/m4/ac_attribute.m4 +++ b/legacy/eina/m4/ac_attribute.m4 @@ -3,7 +3,7 @@ dnl Copyright (C) 2008 Vincent Torri dnl That code is public domain and can be freely used or copied. dnl Originally snatched from somewhere... -dnl Macro for checking if the compiler supports __atribute__ +dnl Macro for checking if the compiler supports __attribute__ dnl Usage: AC_C___ATTRIBUTE__ dnl call AC_DEFINE for HAVE___ATTRIBUTE__ and __UNUSED__