Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 13, 2024
1 parent 2fd69da commit f9fc2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9fc2e6

Please sign in to comment.