summaryrefslogtreecommitdiff
path: root/src/win32
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2022-01-12 23:05:25 +0000
committerSadie Powell <sadie@witchery.services>2022-01-12 23:05:25 +0000
commit33b42ce86edd190c44db5814967981844e96b421 (patch)
treebcbb7002d16f78265019963159483c725cd978c8 /src/win32
parenta631028660d527f509c3b028cfa5f2903a125077 (diff)
Use the default CMake modules for finding gettext instead of our own.
Diffstat (limited to 'src/win32')
-rw-r--r--src/win32/anope_windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/anope_windows.h b/src/win32/anope_windows.h
index 71d2e35db..7417b0f23 100644
--- a/src/win32/anope_windows.h
+++ b/src/win32/anope_windows.h
@@ -29,7 +29,7 @@
# define DllExport __declspec(dllimport)
#endif
-#if GETTEXT_FOUND
+#if HAVE_LOCALIZATION
/* Undefine some functions libintl defines */
# undef snprintf
# undef vsnprintf