aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@axiomatics.org>2017-12-27 04:38:07 -0800
committerGabriel Dos Reis <gdr@axiomatics.org>2017-12-27 04:38:07 -0800
commit83ff2c1707b3c1e304feb2127503d9878b05fa9d (patch)
tree06cadddd637ba9474bfacc2b14c18d1ebafe0def /src/utils
parentd16f9a090321f1ec1e8b20f1fb30859bf93cea46 (diff)
downloadopen-axiom-83ff2c1707b3c1e304feb2127503d9878b05fa9d.tar.gz
Remove antiquated check for alignas
C++14 required, alignas and alignof are now well supported as C++11 features.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/Makefile.in b/src/utils/Makefile.in
index 5f977ae5..dcd4070f 100644
--- a/src/utils/Makefile.in
+++ b/src/utils/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,