1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 10:03:14 +02:00

Partial fix for finding gettext with CMake, still doesn't fix the lack of finding non-standard paths though.

This commit is contained in:
Naram Qashat
2010-09-26 15:35:24 -04:00
parent f3840ed110
commit 7db5e19f74
7 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "commands.h"
#include "modules.h"
#if HAVE_GETTEXT
#if GETTEXT_FOUND
# include <libintl.h>
# define _(x) gettext(x)
#else
+1 -1
View File
@@ -18,7 +18,7 @@
#cmakedefine HAVE_SYS_SELECT_H 1
#cmakedefine HAVE_UMASK 1
#cmakedefine HAVE_EVENTFD 1
#cmakedefine HAVE_GETTEXT 1
#cmakedefine GETTEXT_FOUND 1
#cmakedefine RUNGROUP "@RUNGROUP@"
#cmakedefine SERVICES_BIN "@SERVICES_BIN@"