From 297e1751b2c9a7bafa0967ffe6199e1c49882c72 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Wed, 11 Feb 2015 14:10:06 -0700 Subject: [PATCH] return line options.h being read literally by debian, fixed --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 50d5ec207..fcfc9e95a 100644 --- a/configure.ac +++ b/configure.ac @@ -1850,7 +1850,8 @@ echo touch cyassl/options.h echo "/* cyassl options.h" > cyassl/options.h echo " * generated from wolfssl/options.h" >> cyassl/options.h -echo " */\n" >> cyassl/options.h +echo " */" >> cyassl/options.h +echo "" while read -r line do echo "$line" >> cyassl/options.h