Changeset 7575 for trunk/configure.ac


Ignore:
Timestamp:
Jan 2, 2009, 5:11:50 AM (14 years ago)
Author:
charles
Message:
  • add autoconf test AC_C_INLINE to do the Right Thing for "inline", "inline", and "inline".
  • make tr_isAddress(), tr_isDirection(), and a bunch of the tr_torrent() macro functions into true inline functions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r7497 r7575  
    4848AC_PROG_CC
    4949AC_PROG_CXX
     50AC_C_INLINE
    5051if test "x$GCC" = "xyes" ; then
    5152    CFLAGS="-Wall -Wformat-security -W -Wmissing-prototypes -Wdeclaration-after-statement"
Note: See TracChangeset for help on using the changeset viewer.