diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-08-12 12:58:07 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-08-12 12:58:07 +0000 |
commit | a41d7cfe4f7e5dabaf69d8b32b7e55a1496665f9 (patch) | |
tree | 76676cc5025f47ad221f4301e2fb4f1f29f333ed /configure.in | |
parent | 8ed1a2456963b276ea378cb0bc02a343c813c98b (diff) | |
download | libtasn1-a41d7cfe4f7e5dabaf69d8b32b7e55a1496665f9.tar.gz libtasn1-a41d7cfe4f7e5dabaf69d8b32b7e55a1496665f9.tar.bz2 libtasn1-a41d7cfe4f7e5dabaf69d8b32b7e55a1496665f9.zip |
Remove C99 check (not needed).
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.in b/configure.in index 26d6b54..a0a1ff4 100644 --- a/configure.in +++ b/configure.in @@ -42,22 +42,6 @@ AC_MSG_NOTICE([Detecting compiler options]) AC_C_CONST AC_C_INLINE -AC_MSG_CHECKING([whether C99 macros are supported]) -AC_TRY_COMPILE(,[ -#define test_mac(...) -int z,y,x; -test_mac(x,y,z); -return 0; -], -dnl ***** OK -AC_DEFINE(C99_MACROS, 1, [C99 macros are supported]) -AC_MSG_RESULT(yes), -dnl ***** NOT FOUND -AC_MSG_RESULT(no) -AC_MSG_WARN([C99 macros are not supported by your compiler. This may -affect compiling.]) -) - dnl In order to use the reentrant libc functions. dnl I hope it is portable enough. CFLAGS="${CFLAGS} -D_REENTRANT -D_THREAD_SAFE" |