PennMUSH Community

Changeset 1285

Show
Ignore:
Timestamp:
09/23/08 14:24:40 (2 months ago)
Author:
shawnw
Message:

Fixed typo in configure.in

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/devel/configure

    r1274 r1285  
    81418141 
    81428142 
    8143 if test "$ac_cv___attribute__" = "yes"; then 
     8143if test "$ax_cv___attribute__" = "yes"; then 
    81448144 { $as_echo "$as_me:$LINENO: checking whether the compiler supports function __attribute__((__malloc__))" >&5 
    81458145$as_echo_n "checking whether the compiler supports function __attribute__((__malloc__))... " >&6; } 
  • 1.8.3/branches/devel/configure.in

    r1272 r1285  
    130130AX_C___ATTRIBUTE__ 
    131131 
    132 if test "$ac_cv___attribute__" = "yes"; then 
     132if test "$ax_cv___attribute__" = "yes"; then 
    133133 AX_GCC_MALLOC_CALL 
    134134fi