diff --git a/configure.ac b/configure.ac index 2a06c0f258..b9d482603a 100644 --- a/configure.ac +++ b/configure.ac @@ -241,11 +241,11 @@ AX_WITH_COMMENT(8,[ ]) if test "x$with_baseurl" != x; then AC_SUBST(BASEURL,$with_baseurl) - AC_MSG_RESULT($BASEURL) else AC_SUBST(BASEURL,'https://example.com/domjudge/') AC_SUBST(BASEURL_UNCONFIGURED,1) fi +AC_MSG_RESULT($BASEURL) # Checks for programs. AC_PROG_CXX