From 62275096bd32966c702cc47127eaa6312f59b48b Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 28 Feb 2011 00:19:21 +0000 Subject: Restore the newline in the includes variable, it is actually required even though it causes a warning. --- infrastructure/m4/vl_lib_readline.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'infrastructure') diff --git a/infrastructure/m4/vl_lib_readline.m4 b/infrastructure/m4/vl_lib_readline.m4 index 211567eb..29a27ac6 100644 --- a/infrastructure/m4/vl_lib_readline.m4 +++ b/infrastructure/m4/vl_lib_readline.m4 @@ -135,7 +135,8 @@ AC_DEFUN([VL_LIB_READLINE_CHECK], [ $vl_cv_lib_includes], [(void) readline;], [vl_compiles_with_stdio=yes], [vl_compiles_with_stdio=no]) if test "x$vl_compiles_with_stdio" = "xyes"; then - vl_cv_lib_includes="#include $vl_cv_lib_includes" + vl_cv_lib_includes="#include +$vl_cv_lib_includes" fi fi -- cgit v1.2.3