summaryrefslogtreecommitdiff
path: root/content/fetchers/about.c
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-13 12:09:01 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-13 12:09:01 +0000
commit8695000b833f9464ef414e09cb2a96958fe96c8b (patch)
tree51c69debd9991436df3e5eced5a20e40a77c8ed9 /content/fetchers/about.c
parent37f17e4d73b8614d5d2e7a71c4b7f0a8c066b0e3 (diff)
downloadnetsurf-8695000b833f9464ef414e09cb2a96958fe96c8b.tar.gz
netsurf-8695000b833f9464ef414e09cb2a96958fe96c8b.tar.bz2
Slightly better out-of-svn build info
svn path=/trunk/netsurf/; revision=12022
Diffstat (limited to 'content/fetchers/about.c')
-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