summaryrefslogtreecommitdiff
path: root/gnulib-tests/test-localename.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib-tests/test-localename.c')
-rw-r--r--gnulib-tests/test-localename.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnulib-tests/test-localename.c b/gnulib-tests/test-localename.c
index 21a5f5d..6ff10d9 100644
--- a/gnulib-tests/test-localename.c
+++ b/gnulib-tests/test-localename.c
@@ -1,5 +1,5 @@
/* Test of gl_locale_name function and its variants.
- Copyright (C) 2007-2018 Free Software Foundation, Inc.
+ Copyright (C) 2007-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@
#include "macros.h"
-#if HAVE_NEWLOCALE && HAVE_WORKING_USELOCALE && !HAVE_FAKE_LOCALES
+#if HAVE_WORKING_NEWLOCALE && HAVE_WORKING_USELOCALE && !HAVE_FAKE_LOCALES
# define HAVE_GOOD_USELOCALE 1
#endif