summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-08-26 22:22:27 +0000
committerMåns Rullgård <mans@mansr.com>2010-08-26 22:22:27 +0000
commitdb7515fd1e65a1a67432f104267f7c0cd6d2c3a6 (patch)
tree389d4084102aa83a930540c55ca9c7978cb54273 /configure
parent6f9ea29ec61a03d5e186e6d4b85d3fb0a278e800 (diff)
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index caf5727f54..b7bcb4863f 100755
--- a/configure
+++ b/configure
@@ -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