Skip to content
Snippets Groups Projects
  1. Jun 02, 2017
  2. Jun 01, 2017
  3. Jun 02, 2017
  4. Jun 01, 2017
  5. May 20, 2017
  6. May 18, 2017
  7. May 17, 2017
  8. Nov 18, 2016
  9. Nov 15, 2016
  10. Sep 15, 2016
  11. Sep 09, 2016
  12. Sep 01, 2016
  13. Jul 27, 2016
    • Stefan Hauser's avatar
      Fix configure options using AC_ARG_ENABLE · c60a65bc
      Stefan Hauser authored
      
      Configure options to disable some features, which are checked using
      AC_ARG_ENABLE can be invoked with --enable-<option> as well.
      The current configure script always generates a #define for such options
      even though the --enable-<option> case should not generate a #define.
      Fix this by properly checking if the feature should be enabled, in which
      case no #define is being generated.
      
      Signed-off-by: default avatarStefan Hauser <stefan@shauser.net>
      c60a65bc
  14. Jul 21, 2016
Loading