diff options
author | Stefan Hauser <stefan@shauser.net> | 2016-07-27 19:38:56 +0200 |
---|---|---|
committer | Stefan Hauser <stefan@shauser.net> | 2016-07-27 20:08:57 +0200 |
commit | c60a65bc9399954d42d886810795a86e2039e032 (patch) | |
tree | f36daa3858021ea5fdc0e7c195c796a89c9a8541 /atomicio.h | |
parent | 4222251d6faac693d46e3947ab07b81a5a434580 (diff) |
Fix configure options using AC_ARG_ENABLE
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: Stefan Hauser <stefan@shauser.net>
Diffstat (limited to 'atomicio.h')
0 files changed, 0 insertions, 0 deletions