diff options
author | Rickard Green <rickard@erlang.org> | 2021-05-19 16:06:41 +0200 |
---|---|---|
committer | Rickard Green <rickard@erlang.org> | 2021-05-19 17:26:42 +0200 |
commit | 3cbb27b22a4a64094334f7e9166c6b3b5704606b (patch) | |
tree | 21563c6b4de8f495ec982aa739beb9ef75fff383 /lib/megaco | |
parent | d1836adf2afa63e097c0d38b7dc93822ef482f80 (diff) | |
download | erlang-3cbb27b22a4a64094334f7e9166c6b3b5704606b.tar.gz |
Update configure scripts
Diffstat (limited to 'lib/megaco')
-rwxr-xr-x | lib/megaco/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/megaco/configure b/lib/megaco/configure index 78f6ef641f..6471979298 100755 --- a/lib/megaco/configure +++ b/lib/megaco/configure @@ -4755,12 +4755,12 @@ if test "$CFLAG_RUNTIME_LIBRARY_PATH" = ""; then fi -DED_LDFLAGS_CONFTEST= - # If DED_LD is set in environment, we expect all DED_LD* variables # to be specified (cross compiling) if test "x$DED_LD" = "x"; then +DED_LDFLAGS_CONFTEST= + DED_LD_FLAG_RUNTIME_LIBRARY_PATH="-R" case $host_os in win32) |