Kaydet (Commit) 51110dc3 authored tarafından Andrea Pescetti's avatar Andrea Pescetti

#i124301# Override system epm and --with-epm if --with-epm-url is used.

üst caab055f
...@@ -3354,9 +3354,9 @@ if test "$enable_epm" = "yes"; then ...@@ -3354,9 +3354,9 @@ if test "$enable_epm" = "yes"; then
AC_PATH_PROG(EPM, epm, no) AC_PATH_PROG(EPM, epm, no)
fi fi
if test "$EPM" = "no" && test -n "$with_epm_url" ; then # Override system epm and --with-epm if --with-epm-url is used.
if test -n "$with_epm_url" ; then
# At this moment we can not verify the URL or the content that we want to download. # At this moment we can not verify the URL or the content that we want to download.
# Neither can we apply the test below for ruling out that it is the SunStudio dmake.
EPM_URL=$with_epm_url EPM_URL=$with_epm_url
AC_MSG_RESULT([epm will be downloaded and compiled in bootstrap]) AC_MSG_RESULT([epm will be downloaded and compiled in bootstrap])
EPM= EPM=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment