Changeset 1286
- Timestamp:
- 09/23/08 14:25:08 (2 months ago)
- Files:
-
- 1.8.3/trunk/configure (modified) (1 diff)
- 1.8.3/trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/trunk/configure
r1278 r1286 8141 8141 8142 8142 8143 if test "$a c_cv___attribute__" = "yes"; then8143 if test "$ax_cv___attribute__" = "yes"; then 8144 8144 { $as_echo "$as_me:$LINENO: checking whether the compiler supports function __attribute__((__malloc__))" >&5 8145 8145 $as_echo_n "checking whether the compiler supports function __attribute__((__malloc__))... " >&6; } 1.8.3/trunk/configure.in
r1278 r1286 130 130 AX_C___ATTRIBUTE__ 131 131 132 if test "$a c_cv___attribute__" = "yes"; then132 if test "$ax_cv___attribute__" = "yes"; then 133 133 AX_GCC_MALLOC_CALL 134 134 fi
