Ignore:
Timestamp:
28/02/2011 00:19:21 (15 months ago)
Author:
chris
Message:

Restore the newline in the includes variable, it is actually required
even though it causes a warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/m4/vl_lib_readline.m4

    r2863 r2867  
    136136      [vl_compiles_with_stdio=yes], [vl_compiles_with_stdio=no]) 
    137137    if test "x$vl_compiles_with_stdio" = "xyes"; then 
    138       vl_cv_lib_includes="#include <stdio.h> $vl_cv_lib_includes" 
     138      vl_cv_lib_includes="#include <stdio.h> 
     139$vl_cv_lib_includes" 
    139140    fi 
    140141  fi 
Note: See TracChangeset for help on using the changeset viewer.