--- code/trunk/configure.ac 2007/02/24 21:41:29 90 +++ code/trunk/configure.ac 2007/02/24 21:41:34 91 @@ -176,6 +176,15 @@ fi ) +dnl Handle --enable-newline-is-crlf + +AC_ARG_ENABLE(newline-is-crlf, +[ --enable-newline-is-crlf use CRLF as the newline sequence], +if test "$enableval" = "yes"; then + NEWLINE=-DNEWLINE=3338 +fi +) + dnl Handle --enable-ebcdic AC_ARG_ENABLE(ebcdic,