]> git.wh0rd.org - fontconfig.git/commitdiff
Avoid #warning directives on non-GCC compilers. (bug 7683)
authorKeith Packard <keithp@neko.keithp.com>
Fri, 1 Sep 2006 19:36:31 +0000 (12:36 -0700)
committerKeith Packard <keithp@neko.keithp.com>
Fri, 1 Sep 2006 19:36:31 +0000 (12:36 -0700)
Detect GCC and use #warning only on GCC systems.

configure.in
src/fcfreetype.c

index 7875831371933c28e11bcf50ce8b9cb0aaac9ba7..17a3c994fad83613aed7f385388b5e20ed75f8d5 100644 (file)
@@ -78,14 +78,16 @@ fi
 AM_CONDITIONAL(MS_LIB_AVAILABLE, test x$ms_librarian = xyes)
 
 WARN_CFLAGS=""
-
 if test "x$GCC" = "xyes"; then
        WARN_CFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes \
        -Wmissing-prototypes -Wmissing-declarations \
        -Wnested-externs -fno-strict-aliasing"
+       AC_DEFINE_UNQUOTED(HAVE_WARNING_CPP_DIRECTIVE,1,
+       [Can use #warning in C files])
 fi
 AC_SUBST(WARN_CFLAGS)
 
+
 dnl ==========================================================================
 
 AM_CONDITIONAL(CROSS_COMPILING, test $cross_compiling = yes)
index 2cab48aa181502aa63f65cdaab9633c6bc889578..f85e2f8931eae1bc8b2305829ce355a9e6a08c37 100644 (file)
@@ -64,6 +64,7 @@
 
 #include "ftglue.h"
 
+#if HAVE_WARNING_CPP_DIRECTIVE
 #if !HAVE_FT_GET_BDF_PROPERTY
 #warning "No FT_Get_BDF_Property: Please install freetype 2.1.4 or later"
 #endif
@@ -71,6 +72,7 @@
 #if !HAVE_FT_GET_PS_FONT_INFO
 #warning "No FT_Get_PS_Font_Info: Please install freetype 2.1.1 or later"
 #endif
+#endif
 
 /*
  * Keep Han languages separated by eliminating languages