projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0115be3
)
Robustify source directory check.
author
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 3 Feb 2008 19:20:13 +0000
(19:20 +0000)
committer
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 3 Feb 2008 19:20:13 +0000
(19:20 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3960
c046a42c
-6fe2-441c-8c8c-
71466251a162
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
4e4ec65
..
65016b2
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-207,16
+207,12
@@
fi
source_path=`dirname "$0"`
source_path_used="no"
workdir=`pwd`
-workdir=`readlink -f $workdir`
if [ -z "$source_path" ]; then
source_path=$workdir
else
source_path=`cd "$source_path"; pwd`
- source_path=`readlink -f $source_path`
- if test "$source_path" != "$workdir" ; then
- source_path_used="yes"
- fi
fi
+[ -f "$workdir/vl.c" ] || source_path_used="yes"
werror="no"
# generate compile errors on warnings for development builds