From 42339e1e323b23382e84b5ff781ec8565edeaba8 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Fri, 4 Jan 2013 05:49:26 +0000 Subject: [PATCH] trunk: remove use of AM_PROG_CC_STDC as AC_PROG_CC does it. Patch by Doug Newgard SVN revision: 82148 --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 94820ee..03fa6b6 100644 --- a/configure.ac +++ b/configure.ac @@ -221,7 +221,6 @@ AM_CONDITIONAL(BUILD_WAYLAND_EGL, test "x$have_wl_egl" = "xyes") ### Checks for compiler characteristics -AM_PROG_CC_STDC AC_HEADER_STDC AC_C_CONST AM_PROG_CC_C_O