From 0c2efa1253514dbaeb15cc72a704761ed598c4fc Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 12 Jan 2010 08:48:25 -0800 Subject: Use GCC's format attribute for al_printf --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 647cfe47..168b403a 100644 --- a/config.h.in +++ b/config.h.in @@ -67,6 +67,9 @@ /* Define if we have GCC's destructor attribute */ #cmakedefine HAVE_GCC_DESTRUCTOR +/* Define if we have GCC's format attribute */ +#cmakedefine HAVE_GCC_FORMAT + /* Define if we have pthread_np.h */ #cmakedefine HAVE_PTHREAD_NP_H -- cgit v1.2.3