From 46c63e39801508c4b6aad37ba17aec6093a7cc0a Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 7 Aug 2007 17:59:42 +0000 Subject: Move HAVE_INTTYPES_H definition to a more sensible place in config.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24023 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'configure') diff --git a/configure b/configure index aac15e0d7f..92520ff5c9 100755 --- a/configure +++ b/configure @@ -7674,6 +7674,12 @@ cat > config.h << EOF */ #define HAVE_SYS_POLL_H 1 +/* yes, we have inttypes.h */ +#define HAVE_INTTYPES_H 1 + +/* int_fastXY_t emulation */ +$_def_fast_inttypes + /* use GNU internationalization */ $_def_i18n @@ -8138,12 +8144,6 @@ $_def_vcd /* C99 lrintf function available */ $_def_lrintf -/* yes, we have inttypes.h */ -#define HAVE_INTTYPES_H 1 - -/* int_fastXY_t emulation */ -$_def_fast_inttypes - /* mkstemp support */ $_def_mkstemp -- cgit v1.2.3