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

Give a more informative error message about missing dmake-related options.

üst 3ad9bb02
...@@ -1866,7 +1866,7 @@ if test "$DMAKE" = "no"; then ...@@ -1866,7 +1866,7 @@ if test "$DMAKE" = "no"; then
AC_MSG_RESULT([dmake will be downloaded and compiled in bootstrap]) AC_MSG_RESULT([dmake will be downloaded and compiled in bootstrap])
DMAKE= DMAKE=
else else
AC_MSG_ERROR([no URL for dmake source code specified, either.]) AC_MSG_ERROR([no URL for dmake source code specified, either. Use --with-dmake-url to supply an URL; run configure with the --help option for a list of possible URLs.])
BUILD_DMAKE=YES BUILD_DMAKE=YES
fi fi
else else
......
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