Changes between Version 51 and Version 52 of BuildingUsingGenericBuildsystem


Ignore:
Timestamp:
05/15/12 15:23:39 (12 years ago)
Author:
alonbl
Comment:

remove --enable-lzo as it is the default

Legend:

Unmodified
Added
Removed
Modified
  • BuildingUsingGenericBuildsystem

    v51 v52  
    2424
    2525{{{
    26 $ ./configure --enable-lzo
     26$ ./configure
    2727}}}
    2828
     
    3030
    3131{{{
    32 $ ./configure --enable-lzo --enable-password-save
     32$ ./configure --enable-password-save
    3333}}}
    3434
     
    3636
    3737{{{
    38 $ ./configure --enable-lzo --enable-pkcs11
     38$ ./configure --enable-pkcs11
    3939}}}
    4040
     
    171171$ ./configure host=... \
    172172    CFLAGS="-I$DEP/include" LDFLAGS="-L$DEB/lib" \
    173     --enable-lzo --enable-pkcs11 \
     173    --enable-pkcs11 \
    174174    PKCS11_HELPER_CFLAGS=" " PKCS11_HELPER_LIBS="-lpkcs11-helper"
    175175}}}