mirror of
https://github.com/anope/anope.git
synced 2026-07-08 18:03:13 +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:
+1
-1
@@ -5,7 +5,7 @@
|
||||
#include "commands.h"
|
||||
#include "modules.h"
|
||||
|
||||
#if HAVE_GETTEXT
|
||||
#if GETTEXT_FOUND
|
||||
# include <libintl.h>
|
||||
# define _(x) gettext(x)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user