mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-03 16:03:21 +00:00
No, we're not looking for a directory named /config.status.
Sigh .. fix copy & paste error. llvm-svn: 39939
This commit is contained in:
parent
b7b081d44a
commit
19dc0decbe
@ -20,8 +20,7 @@ done
|
||||
|
||||
# See if we have previously been configured by sensing the presense
|
||||
# of the config.status scripts
|
||||
config_status="$build_dir/config.status"
|
||||
if test ! -d "$config_status" ; then
|
||||
if test ! -x "config.status" ; then
|
||||
# We must configure so build a list of configure options
|
||||
config_options="--prefix=$PREFIX --with-llvmgccdir=$PREFIX"
|
||||
config_options="$config_options $config_opts"
|
||||
|
Loading…
x
Reference in New Issue
Block a user