configure: move config.fate creation after OS section

The OS label can be changed, and we want this to be reflected.

Originally committed as revision 24953 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-08-26 22:22:27 +00:00
parent 6f9ea29ec6
commit db7515fd1e
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -2231,8 +2231,6 @@ esac
enable $subarch
enabled spic && enable pic
echo "config:$arch:$subarch:$cpu:$target_os:$cc_ident:$FFMPEG_CONFIGURATION" >config.fate
# OS specific
case $target_os in
haiku)
@ -2380,6 +2378,8 @@ case $target_os in
;;
esac
echo "config:$arch:$subarch:$cpu:$target_os:$cc_ident:$FFMPEG_CONFIGURATION" >config.fate
check_cpp_condition stdlib.h "defined(__PIC__) || defined(__pic__) || defined(PIC)" && enable pic
set_default $PATHS_LIST