• Julien Muchembled's avatar
    sqlite3: fix readline · a6d83fa2
    Julien Muchembled authored
    --enable-readline is broken:
      - it searches for readline.h instead of readline/readline.h
      - it does not abort when it fails to find headers
    Use --with-readline-inc so that it sets HAVE_READLINE.
    
    Also use the dedicated configure option to enable update limit.
    And sqlite3 does not depend directly on ncurses.
    a6d83fa2
buildout.cfg 1.13 KB