Changeset 1611

Show
Ignore:
Timestamp:
07/12/06 03:45:16 (2 years ago)
Author:
justin
Message:

Remove --enable-multibyte from vim configure, as --with-features=huge already has it. Thanks Alex.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/cross/packages/vim/Makefile

    r1610 r1611  
    5252        echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h 
    5353        echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h 
    54         ./configure --prefix=/usr --enable-multibyte --with-features=huge 
     54        ./configure --prefix=/usr --with-features=huge 
    5555        make $(PM) 
    5656        make install