Menu

#15 Fix default value in configure enable/with statements

Unstable (example)
closed
nobody
None
5
2018-09-22
2012-08-20
bicatali
No

At blitz configure time, if the user decides to deliberately disable a default enabled feature with --disable-blah, it will not work. The following patch fixes the logic using the $enableval and $withval values returned by autoconf.

Ex: ./configure --disable-serialization would still check for serialization

Discussion

  • bicatali

    bicatali - 2012-08-20

    blitz-0.10-set-default-arg-value.patch

     
  • Sylwester Arabas

    • status: open --> closed
    • Group: --> Unstable (example)
     
  • Sylwester Arabas

    • status: closed --> open
     
  • Sylwester Arabas

    Reopened as it seems not all cases are fixed, e.g. this is still an issue:
    https://github.com/blitzpp/blitz/issues/20

     
  • Sylwester Arabas

    • status: open --> closed
     
  • Sylwester Arabas

    Let's follow up with any discussion in the #20 github issue, closing here

     

Log in to post a comment.