summaryrefslogtreecommitdiff
path: root/include/module.h
diff options
context:
space:
mode:
authorNaram Qashat <cyberbotx@cyberbotx.com>2010-09-26 15:35:24 -0400
committerNaram Qashat <cyberbotx@cyberbotx.com>2010-09-26 15:35:24 -0400
commit7db5e19f7499cce5b86d63f8af5ae5ecf7245bf0 (patch)
tree532fc89a01b88eb427d714940b015a61a7e960cb /include/module.h
parentf3840ed110ecaac1a2777692b714f283600d9afa (diff)
Partial fix for finding gettext with CMake, still doesn't fix the lack of finding non-standard paths though.
Diffstat (limited to 'include/module.h')
-rw-r--r--include/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/module.h b/include/module.h
index 7b4db02a2..9ef037c4b 100644
--- a/include/module.h
+++ b/include/module.h
@@ -5,7 +5,7 @@
#include "commands.h"
#include "modules.h"
-#if HAVE_GETTEXT
+#if GETTEXT_FOUND
# include <libintl.h>
# define _(x) gettext(x)
#else