aboutsummaryrefslogtreecommitdiff
path: root/libphobos/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'libphobos/configure.ac')
-rw-r--r--libphobos/configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/libphobos/configure.ac b/libphobos/configure.ac
index c21da5908d0..ec8a30ea511 100644
--- a/libphobos/configure.ac
+++ b/libphobos/configure.ac
@@ -65,6 +65,10 @@ AC_PROG_RANLIB
AC_PROG_INSTALL
AC_PROG_MAKE_SET
+# Add CET specific flags if CET is enabled
+GCC_CET_FLAGS(CET_FLAGS)
+AC_SUBST(CET_FLAGS)
+
# This should be inherited in the recursive make, but ensure it is defined.
test "$AR" || AR=ar
AC_SUBST(AR)