diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-08-12 13:07:33 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-08-12 13:07:33 +0000 |
commit | 4f953fda50a112104f0ba3b1356cdc49ef716b88 (patch) | |
tree | 81a919e9520e1733ba7808dcd5a91234dcf1a27c /configure.in | |
parent | 7ffd4ab5daeccb3c21f3bc3c77dc4eea446ed5b0 (diff) | |
download | libtasn1-4f953fda50a112104f0ba3b1356cdc49ef716b88.tar.gz libtasn1-4f953fda50a112104f0ba3b1356cdc49ef716b88.tar.bz2 libtasn1-4f953fda50a112104f0ba3b1356cdc49ef716b88.zip |
Remove inline check (unused).
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b8d06c0..e097fea 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,6 @@ AM_MISSING_PROG(PERL,perl,$missing_dir) AC_MSG_NOTICE([Detecting compiler options]) AC_C_CONST -AC_C_INLINE dnl In order to use the reentrant libc functions. dnl I hope it is portable enough. |