summaryrefslogtreecommitdiff
path: root/src/runtime/c/configure.ac
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-09-04 11:51:05 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-09-04 11:51:05 +0000
commitc837f3927e366ccee75d21427cfc741066d5e80d (patch)
tree31966d56633c9b32d1de9cc4dffa0ed0d7c1081b /src/runtime/c/configure.ac
parent93cbfd31d14be8b35e65eb7116fafcd0f867a72d (diff)
the code in the C runtime is now complete independent from config.h
Diffstat (limited to 'src/runtime/c/configure.ac')
-rw-r--r--src/runtime/c/configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/runtime/c/configure.ac b/src/runtime/c/configure.ac
index 1a8f72b46..be8799b2f 100644
--- a/src/runtime/c/configure.ac
+++ b/src/runtime/c/configure.ac
@@ -34,10 +34,6 @@ AM_PROG_CC_C_O
-Wno-unused-value"
fi]
-
-AC_C_ALIGNOF
-AC_C_FAM_IN_MEM
-
case "$target_cpu" in
i?86) cpu=i386; AC_DEFINE(LIGHTNING_I386, 1,
[Define if lightning is targeting the x86 architecture]) ;;