Get rid of XChat revision

This commit is contained in:
Berke Viktor 2012-11-05 00:49:46 +01:00
parent db218817fd
commit 72c8b7a1fe
2 changed files with 0 additions and 3 deletions

View File

@ -8,7 +8,6 @@
#define HAVE_ISO_CODES
#define PACKAGE_NAME "hexchat"
#define PACKAGE_VERSION "2.9.3"
#define XCHAT_REVISION "1521"
#define HEXCHATLIBDIR "."
#define HEXCHATSHAREDIR "."
#define OLD_PERL

View File

@ -56,8 +56,6 @@ 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],["1521"],[XChat SVN Revision])
AC_PATH_PROG(sedpath, sed)
if test "_$sedpath" = _; then
AC_MSG_ERROR(Cannot find sed: I need it!)