Changeset 2563

Show
Ignore:
Timestamp:
05/01/05 11:53:19 (4 years ago)
Author:
theorbtwo
svk:copy_cache_prev:
4052
Message:

Fix \n in single-quoted strings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r2562 r2563  
    7474 
    7575    if (has_ghc_package('readline')  
    76         and  try_compile('import System.Console.Readline;' 
    77                         .'main :: IO ()\nmain = readline "" >> return ()'))  
     76        and  try_compile("import System.Console.Readline;\n" 
     77                                                ."main :: IO ()\n" 
     78                        .'main = readline "" >> return ()'))  
    7879    { 
    7980      $ghc_flags .= ' -DPUGS_HAVE_READLINE=1 -package readline';