From 990e61cc8931be57bda5526a69e6e204e1ee2dda Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Sun, 25 Feb 2018 04:33:52 +0100 Subject: nxcompshad/{configure.ac,src/Makefile.am}: only enable new ELF dtags if target system actually is ELF-based. --- nxcompshad/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nxcompshad/configure.ac') diff --git a/nxcompshad/configure.ac b/nxcompshad/configure.ac index 3113918b2..181e43a04 100644 --- a/nxcompshad/configure.ac +++ b/nxcompshad/configure.ac @@ -47,6 +47,8 @@ AC_LANG([C++]) NX_COMPILER_BRAND NX_DEFAULT_OPTIONS +NX_TARGET_USE_ELF + AC_ARG_ENABLE([cxx11], [AS_HELP_STRING([--enable-cxx11], [enable optional features requiring C++11 support (disabled by default)])], -- cgit v1.2.3