Fix syntax mixup
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 22 Nov 2020 16:41:44 +0000 (17:41 +0100)
committerGitHub <noreply@github.com>
Sun, 22 Nov 2020 16:41:44 +0000 (17:41 +0100)
common_power.h

index 6fb2af3..a49197f 100644 (file)
@@ -849,8 +849,8 @@ Lmcount$lazy_ptr:
 #else
 #define BUFFER_SIZE     ( 16 << 20)
 #endif
-#ifeq ($(DYNAMIC_ARCH), 1)
-#undefine BUFFER_SIZE
+#ifdef DYNAMIC_ARCH
+#undef BUFFER_SIZE
 #define BUFFER_SIZE (64 << 22)
 #endif