summaryrefslogtreecommitdiff
path: root/config-scripts
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-08-28 12:19:58 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-08-28 12:19:58 -0400
commit9964a31a77305de422bb778be1fa136d600f7089 (patch)
tree255c1d0ef7494344fe2535a8cf5c5ff58dbd6c52 /config-scripts
parent7c7347a3464562d0ba72631e7a7c47d918910ad6 (diff)
downloadcups-9964a31a77305de422bb778be1fa136d600f7089.tar.gz
Fix the localization unit test on Linux (Issue #5097)
Makefile needed to create locale directory for tests. Also, localization test needs to allow string pointers to match for the POSIX locale and differ for other languages.
Diffstat (limited to 'config-scripts')
-rw-r--r--config-scripts/cups-common.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4
index c86f9b905..a1185bccc 100644
--- a/config-scripts/cups-common.m4
+++ b/config-scripts/cups-common.m4
@@ -45,6 +45,7 @@ AC_PATH_PROG(CHMOD,chmod)
AC_PATH_PROG(GZIP,gzip)
AC_PATH_PROG(LD,ld)
AC_PATH_PROG(LN,ln)
+AC_PATH_PROG(MKDIR,mkdir)
AC_PATH_PROG(MV,mv)
AC_PATH_PROG(RM,rm)
AC_PATH_PROG(RMDIR,rmdir)