summary refs log tree commit diff stats
path: root/configure.in
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-13 19:54:05 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-13 19:54:05 +0200
commit8f130324d3af300a4e98a71e0f8c16c3a834f317 (patch)
tree4c9ddc84365e72b1bb972fcbcbe55a5747465bf2 /configure.in
parentcc28cc0177aee6fc93436443597078e5be374354 (diff)
Some cosmetic and compilation fixes for the about screen
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 02fe2007..0890d235 100644
--- a/configure.in
+++ b/configure.in
@@ -54,6 +54,8 @@ AH_VERBATIM([USING_LINUX],[#undef USING_LINUX])
 AH_VERBATIM([socklen_t],[#undef socklen_t])
 AH_VERBATIM([USE_DBUS],[#undef USE_DBUS])
 
+AC_DEFINE([XCHAT_REVISION],["1508"],[XChat SVN Revision])
+
 AC_PATH_PROG(sedpath, sed)
 if test "_$sedpath" = _; then
 	AC_MSG_ERROR("Cannot find sed: I need it\!")