8000 issue #34: added check for scons · arangodb/arangodb@3ec4096 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ec4096

Browse files
committed
issue #34: added check for scons
1 parent a708193 commit 3ec4096

File tree

1 file changed

+1
-45
lines changed

1 file changed

+1
-45
lines changed

configure

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -609,10 +609,10 @@ BUILD_H
609609
BOOST_LIBS
610610
BOOST_LDFLAGS
611611
BOOST_CPPFLAGS
612+
SCONS
612613
V8_LIBS
613614
V8_LDFLAGS
614615
V8_CPPFLAGS
615-
SCONS
616616
LIBEV_LIBS
617617
LIBEV_LDFLAGS
618618
LIBEV_CPPFLAGS
@@ -8330,50 +8330,6 @@ FLAG_INFO="$FLAG_INFO|."
83308330
83318331
83328332
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-
83778333
V8_CPPFLAGS="-I${srcdir}/3rdParty/V8/include"
83788334
V8_LDFLAGS=""
83798335

0 commit comments

Comments
 (0)
0