File tree Expand file tree Collapse file tree 1 file changed +1
-45
lines changed Expand file tree Collapse file tree 1 file changed +1
-45
lines changed Original file line number Diff line number Diff line change @@ -609,10 +609,10 @@ BUILD_H
609
609
BOOST_LIBS
610
610
BOOST_LDFLAGS
611
611
BOOST_CPPFLAGS
612
+ SCONS
612
613
V8_LIBS
613
614
V8_LDFLAGS
614
615
V8_CPPFLAGS
615
- SCONS
616
616
LIBEV_LIBS
617
617
LIBEV_LDFLAGS
618
618
LIBEV_CPPFLAGS
@@ -8330,50 +8330,6 @@ FLAG_INFO="$FLAG_INFO|."
8330
8330
8331
8331
8332
8332
8333
- # Extract the first word of "scons", so it can be a program name with args.
8334
- set dummy scons; ac_word=$2
8335
- { $as_echo " $as_me :${as_lineno-$LINENO } : checking for $ac_word " >&5
8336
- $as_echo_n " checking for $ac_word ... " >&6 ; }
8337
- if ${ac_cv_prog_SCONS+: } false ; then :
8338
- $as_echo_n " (cached) " >&6
8339
- else
8340
- if test -n " $SCONS " ; then
8341
- ac_cv_prog_SCONS=" $SCONS " # Let the user override the test.
8342
- else
8343
- as_save_IFS=$IFS ; IFS=$PATH_SEPARATOR
8344
- for as_dir in $PATH
8345
- do
8346
- IFS=$as_save_IFS
8347
- test -z " $as_dir " && as_dir=.
8348
- for ac_exec_ext in ' ' $ac_executable_extensions ; do
8349
- if { test -f " $as_dir /$ac_word$ac_exec_ext " && $as_test_x " $as_dir /$ac_word$ac_exec_ext " ; }; then
8350
- ac_cv_prog_SCONS=" yes"
8351
- $as_echo " $as_me :${as_lineno-$LINENO } : found $as_dir /$ac_word$ac_exec_ext " >&5
8352
- break 2
8353
- fi
8354
- done
8355
- done
8356
- IFS=$as_save_IFS
8357
-
8358
- fi
8359
- fi
8360
- SCONS=$ac_cv_prog_SCONS
8361
- if test -n " $SCONS " ; then
8362
- { $as_echo " $as_me :${as_lineno-$LINENO } : result: $SCONS " >&5
8363
- $as_echo " $SCONS " >&6 ; }
8364
- else
8365
- { $as_echo " $as_me :${as_lineno-$LINENO } : result: no" >&5
8366
- $as_echo " no" >&6 ; }
8367
- fi
8368
-
8369
-
8370
-
8371
- if test " x$SCONS " ! = " xyes" ; then
8372
- as_fn_error $? " Please install scons for building V8" " $LINENO " 5
8373
- fi
8374
-
8375
-
8376
-
8377
8333
V8_CPPFLAGS=" -I${srcdir} /3rdParty/V8/include"
8378
8334
V8_LDFLAGS=" "
8379
8335
You can’t perform that action at this time.
0 commit comments