summaryrefslogtreecommitdiffstats
path: root/scripts/check-lc_ctype.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check-lc_ctype.c')
-rw-r--r--scripts/check-lc_ctype.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/check-lc_ctype.c b/scripts/check-lc_ctype.c
deleted file mode 100644
index 9097ff5..0000000
--- a/scripts/check-lc_ctype.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * Check that a specified locale works as LC_CTYPE. Used by the
- * DocBook build system to probe for C.UTF-8 support.
- */
-
-#include <locale.h>
-
-int main(void)
-{
- return !setlocale(LC_CTYPE, "");
-}
OpenPOWER on IntegriCloud