diff options
| author | Rickard Green <rickard@erlang.org> | 2021-06-15 19:52:47 +0200 |
|---|---|---|
| committer | Rickard Green <rickard@erlang.org> | 2021-06-15 19:52:47 +0200 |
| commit | 719e0734c9160006e039a9094ba305b5d1d9b95e (patch) | |
| tree | 24b07a38bafdcf4fbd516fd11ec36870320f33e5 /lib/wx/configure | |
| parent | 9a3564b97ced787d32c34b83af5b876382cef7f5 (diff) | |
| download | erlang-719e0734c9160006e039a9094ba305b5d1d9b95e.tar.gz | |
Update configure scripts
Diffstat (limited to 'lib/wx/configure')
| -rwxr-xr-x | lib/wx/configure | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/lib/wx/configure b/lib/wx/configure index f6287b950a..99d03d4dcf 100755 --- a/lib/wx/configure +++ b/lib/wx/configure @@ -675,7 +675,6 @@ WX_CFLAGS WX_CPPFLAGS WX_CONFIG_PATH ERLANG_ROOT_DIR -WX_BUILDING_INSIDE_ERLSRC ERLC DEBUG_CXXFLAGS DEBUG_CFLAGS @@ -3113,19 +3112,6 @@ fi -if test -z "$ERL_TOP" || test ! -d $ERL_TOP -then : - - as_fn_error $? "ERL_TOP is not set" "$LINENO" 5 - -else $as_nop - - erl_top=${ERL_TOP} - WX_BUILDING_INSIDE_ERLSRC=true - -fi - - # Check whether --with-wx was given. if test ${with_wx+y} then : @@ -5559,7 +5545,6 @@ ERLANG_ROOT_DIR=$ERL_TOP - if test "$cross_compiling" = "yes" then : @@ -7245,12 +7230,7 @@ esac - -if test X"$WX_BUILDING_INSIDE_ERLSRC" != X"true" ; then - WXERL_SYS_TYPE=`erl -noshell -eval 'io:format("~s~n",[erlang:system_info(system_architecture)])' -s erlang halt` -else - WXERL_SYS_TYPE=$TARGET -fi +WXERL_SYS_TYPE=$TARGET |
