diff options
Diffstat (limited to 'c++tools/configure.ac')
-rw-r--r-- | c++tools/configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/c++tools/configure.ac b/c++tools/configure.ac index db34ee6..8c4b72a 100644 --- a/c++tools/configure.ac +++ b/c++tools/configure.ac @@ -97,12 +97,6 @@ if test x$ac_assert_checking != x ; then [Define if you want assertions enabled. This is a cheap check.]) fi -# Check whether --enable-default-pie was given. -AC_ARG_ENABLE(default-pie, -[AS_HELP_STRING([--enable-default-pie], - [enable Position Independent Executable as default])], -[PICFLAG=-fPIE], [PICFLAG=]) - # Enable --enable-host-pie AC_ARG_ENABLE(host-pie, [AS_HELP_STRING([--enable-host-pie], |