summaryrefslogtreecommitdiff
path: root/content/fetchers
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers')
-rw-r--r--content/fetchers/about.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/fetchers/about.c b/content/fetchers/about.c
index 1f441d485..b343d2a61 100644
--- a/content/fetchers/about.c
+++ b/content/fetchers/about.c
@@ -312,6 +312,8 @@ static bool fetch_about_testament_handler(struct fetch_about_context *ctx)
"# This is a *DEVELOPMENT* build from the trunk.\n\n"
#elif defined(WT_BRANCHISRELEASE)
"# This is a release build of NetSurf\n\n"
+#elif defined(WT_NO_SVN)
+ "# This NetSurf was built outside of our revision control environment.\n# This testament is therefore very useful.\n\n"
#else
"# This NetSurf was built from a branch.\n\n"
#endif