Commit db7515fd authored by Måns Rullgård's avatar Måns Rullgård

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
parent 6f9ea29e
...@@ -2231,8 +2231,6 @@ esac ...@@ -2231,8 +2231,6 @@ esac
enable $subarch enable $subarch
enabled spic && enable pic enabled spic && enable pic
echo "config:$arch:$subarch:$cpu:$target_os:$cc_ident:$FFMPEG_CONFIGURATION" >config.fate
# OS specific # OS specific
case $target_os in case $target_os in
haiku) haiku)
...@@ -2380,6 +2378,8 @@ case $target_os in ...@@ -2380,6 +2378,8 @@ case $target_os in
;; ;;
esac 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 check_cpp_condition stdlib.h "defined(__PIC__) || defined(__pic__) || defined(PIC)" && enable pic
set_default $PATHS_LIST set_default $PATHS_LIST
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment