Some cosmetic and compilation fixes for the about screen

This commit is contained in:
Berke Viktor
2012-07-13 19:54:05 +02:00
parent cc28cc0177
commit 8f130324d3
2 changed files with 5 additions and 3 deletions

View File

@@ -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\!")