Changeset 5823 for trunk/auto-reply

Show
Ignore:
Timestamp:
11/14/07 23:17:31 (12 months ago)
Author:
emostar
Message:

fix remaining vector.h areas

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/auto-reply/configure.ac

    r4722 r5823  
    4747AC_LANG_CPLUSPLUS 
    4848 
    49 AC_CHECK_HEADER(vector.h,, 
     49AC_CHECK_HEADER(vector,, 
    5050  AC_MSG_ERROR(You need to have the libstdc++ headers installed)) 
    5151