projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
115d095
)
configure: exit with error if OS is unknown
author
Måns Rullgård
<mans@mansr.com>
Mon, 26 Jan 2009 14:32:01 +0000
(14:32 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Mon, 26 Jan 2009 14:32:01 +0000
(14:32 +0000)
Originally committed as revision 16807 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 43881cd12f87b74da63d56374be322c029d411c6..f8054cffbb6ae27d54577c05adb95dea2bef3ad5 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1563,7
+1563,7
@@
case $target_os in
;;
*)
-
target_os="${target_os}-UNKNOWN
"
+
die "Unknown OS '$target_os'.
"
;;
esac