Changeset 5733

Show
Ignore:
Timestamp:
11/07/09 07:29:35 (2 weeks ago)
Author:
balaji
Message:

Fix hanging autoconf display message.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpich2/trunk/src/pm/hydra/configure.in

    r5708 r5733  
    434434if AC_TRY_EVAL(pac_tmp_compile) && test -s conftest ; then 
    435435   AC_DEFINE(COMPILER_ACCEPTS_VA_ARGS,1,[Define if compiler supports __VA_ARGS__]) 
     436   AC_MSG_RESULT(yes) 
     437else 
     438   AC_MSG_RESULT(no) 
    436439fi 
    437440rm -f conftest*