summaryrefslogtreecommitdiff
path: root/src/runtime/c/configure.ac
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-09-04 10:27:08 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-09-04 10:27:08 +0000
commit93cbfd31d14be8b35e65eb7116fafcd0f867a72d (patch)
tree4d65209cf27dade4911c360968732f882f2070e3 /src/runtime/c/configure.ac
parent805f95eac61ef17d7ec3f87dda1dfbc932951dee (diff)
remove the dependency on the CHAR_ASCII flag
Diffstat (limited to 'src/runtime/c/configure.ac')
-rw-r--r--src/runtime/c/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/c/configure.ac b/src/runtime/c/configure.ac
index 069822bbb..1a8f72b46 100644
--- a/src/runtime/c/configure.ac
+++ b/src/runtime/c/configure.ac
@@ -37,7 +37,6 @@ fi]
AC_C_ALIGNOF
AC_C_FAM_IN_MEM
-AC_C_ASCII
case "$target_cpu" in
i?86) cpu=i386; AC_DEFINE(LIGHTNING_I386, 1,