Skip to content
Permalink
Browse files
MDEV-14283 : Fix compilation of mariabackup for gcc3.x
  • Loading branch information
vaintroub committed Nov 21, 2017
1 parent b54aeeb commit 7c4f859
Showing 1 changed file with 1 addition and 1 deletion.
@@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
#include <string.h>
#include <zlib.h>

#if __GNUC__ >= 4 && defined(__x86_64__)
#if defined(__GNUC__) && defined(__x86_64__)
static int pclmul_enabled = 0;
#endif

0 comments on commit 7c4f859

Please sign in to comment.