summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-07 17:59:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-07 17:59:42 +0000
commit46c63e39801508c4b6aad37ba17aec6093a7cc0a (patch)
tree77fba9aaf721f3634d4c3336c5fcfa596a253788 /configure
parentcc69fe945d81b7c6dfd057f716468ef8e0daf032 (diff)
downloadmpv-46c63e39801508c4b6aad37ba17aec6093a7cc0a.tar.bz2
mpv-46c63e39801508c4b6aad37ba17aec6093a7cc0a.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 6 insertions, 6 deletions
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