diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2013-01-04 05:49:26 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2013-01-04 05:49:26 +0000 |
commit | 42339e1e323b23382e84b5ff781ec8565edeaba8 (patch) | |
tree | 80ac6aa9c1e673eb385d34bc85c2c284388144e4 /configure.ac | |
parent | 5090a74da4a8d99d33960a94e68319e853e0bd57 (diff) |
trunk: remove use of AM_PROG_CC_STDC as AC_PROG_CC does it.
Patch by Doug Newgard <scimmia22@outlook.com>
SVN revision: 82148
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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") | |||
221 | 221 | ||
222 | ### Checks for compiler characteristics | 222 | ### Checks for compiler characteristics |
223 | 223 | ||
224 | AM_PROG_CC_STDC | ||
225 | AC_HEADER_STDC | 224 | AC_HEADER_STDC |
226 | AC_C_CONST | 225 | AC_C_CONST |
227 | AM_PROG_CC_C_O | 226 | AM_PROG_CC_C_O |