the code in the C runtime is now complete independent from config.h

This commit is contained in:
kr.angelov
2013-09-04 11:51:05 +00:00
parent 91bb633d1d
commit a690fb7d6f
3 changed files with 1 additions and 51 deletions

View File

@@ -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]) ;;