Skip to content
Snippets Groups Projects
Select Git revision
  • coverity
  • main
  • master default
  • bugfix
  • DROPBEAR_2016.73
  • DROPBEAR_2017.75
  • DROPBEAR_2016.74
  • DROPBEAR_2016.73
  • DROPBEAR_2016.72
  • DROPBEAR_2015.71
  • DROPBEAR_2015.70
  • DROPBEAR_2015.69
  • DROPBEAR_2015.68
  • DROPBEAR_2015.67
  • DROPBEAR_2014.66
  • DROPBEAR_2014.65
  • DROPBEAR_2014.64
  • DROPBEAR_2014.63
  • DROPBEAR_2013.62
  • DROPBEAR_2013.61test
  • DROPBEAR_2013.60
  • DROPBEAR_2013.59
  • DROPBEAR_2013.58
  • DROPBEAR_2013.57
  • DROPBEAR_2013.56
25 results

configure.ac

  • Stefan Hauser's avatar
    c60a65bc
    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
    History
    Fix configure options using AC_ARG_ENABLE
    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>