aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/buildh.in
diff options
context:
space:
mode:
authorsimon <[email protected]>2015-05-31 19:54:54 +0000
committerlloyd <[email protected]>2015-05-31 19:54:54 +0000
commitc1d4458aa3c0af01a77a58997f8fdf8648d7ddef (patch)
tree303bb2f4e8cc5404427757fba1c35abe7bc257a3 /src/build-data/buildh.in
parentadb77e960969d0636349db251c2035689457d224 (diff)
Avoid 0-defining BOTAN_USE_GCC_INLINE_ASM
GH #103
Diffstat (limited to 'src/build-data/buildh.in')
-rw-r--r--src/build-data/buildh.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in
index 36b5f3959..c83e3fcd1 100644
--- a/src/build-data/buildh.in
+++ b/src/build-data/buildh.in
@@ -79,10 +79,6 @@
#define BOTAN_USE_GCC_INLINE_ASM 1
#endif
-#if !defined(BOTAN_USE_GCC_INLINE_ASM)
- #define BOTAN_USE_GCC_INLINE_ASM 0
-#endif
-
#ifdef __GNUC__
#define BOTAN_GCC_VERSION \
(__GNUC__ * 100 + __GNUC_MINOR__ * 10 + __GNUC_PATCHLEVEL__)