summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaël Bonithon <gael@xfce.org>2022-03-17 11:37:38 +0100
committerGaël Bonithon <gael@xfce.org>2022-03-17 11:41:50 +0100
commit37c8ea571897c47497ea3e1584676a823374bfe9 (patch)
treed818de2d27fe66dae5250f633bb0c2af743c4cc9 /configure.ac
parentebaafc825af1c7fd11d3ebf37482ffe1ffc3bb69 (diff)
downloadtumbler-master.tar.gz
i18n: Add missing initializationHEADmaster
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5917ba8..3abc313 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,7 +117,7 @@ dnl ************************************
dnl *** Check for standard functions ***
dnl ************************************
AC_FUNC_MMAP()
-AC_CHECK_FUNCS([sched_getparam sched_setscheduler getpwnam])
+AC_CHECK_FUNCS([sched_getparam sched_setscheduler getpwnam bind_textdomain_codeset])
dnl ******************************
dnl *** Check for i18n support ***