summaryrefslogtreecommitdiffhomepage
path: root/libtommath/Makefile.in
diff options
context:
space:
mode:
authorStefan Hauser <stefan@shauser.net>2016-07-27 19:38:56 +0200
committerStefan Hauser <stefan@shauser.net>2016-07-27 20:08:57 +0200
commitc60a65bc9399954d42d886810795a86e2039e032 (patch)
treef36daa3858021ea5fdc0e7c195c796a89c9a8541 /libtommath/Makefile.in
parent4222251d6faac693d46e3947ab07b81a5a434580 (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 'libtommath/Makefile.in')
0 files changed, 0 insertions, 0 deletions