build: use pkg-config for i18n
[exim.git] / src / src / lookups / nisplus.c
index d9f3f7d83a3758788b7727c9a2345c59590385de..7d11c04123edd64ca8abc913ffb438319c54c15f 100644 (file)
@@ -5,6 +5,7 @@
 /* Copyright (c) The Exim Maintainers 2020 - 2022 */
 /* Copyright (c) University of Cambridge 1995 - 2018 */
 /* See the file NOTICE for conditions of use and distribution. */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 
 #include "../exim.h"
 #include "lf_functions.h"
@@ -241,7 +242,7 @@ if (opt) return NULL;    /* No options recognized */
 
 while (*t) if (*t++ == '\"') count++;
 
-t = quoted = store_get_quoted(Ustrlen(s) + count + 1, s, idx);
+t = quoted = store_get_quoted(Ustrlen(s) + count + 1, s, idx, US"nisplus");
 
 while (*s)
   {