diff options
author | Choe Hwanjin <choe.hwanjin@gmail.com> | 2007-07-11 23:36:13 +0900 |
---|---|---|
committer | Choe Hwanjin <choe.hwanjin@gmail.com> | 2007-07-11 23:36:13 +0900 |
commit | 603f1c049601b08f2395f93a3e8a81ff24f9db23 (patch) | |
tree | f200c0d2eb10b271fa9f904d361e6afa847e6111 /configure.ac | |
parent | 2fb39b2a0bdbcf779bd51ce0b71a7e2de94a05dd (diff) | |
download | libhangul-603f1c049601b08f2395f93a3e8a81ff24f9db23.tar.gz |
AC_C_BIGENDIAN 사용
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@132 8f00fcd2-89fc-0310-932e-b01be5b65e01
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6969551..09b5ac6 100644 --- a/configure.ac +++ b/configure.ac @@ -30,6 +30,7 @@ AC_CHECK_HEADERS([stdlib.h string.h]) # Checks for typedefs, structures, and compiler characteristics. AC_HEADER_STDBOOL +AC_C_BIGENDIAN AC_C_CONST AC_C_INLINE AC_TYPE_UINT32_T |