From cdc1ed3b83c78b5ae371fd4c025bdd86bddf430c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Tue, 8 Nov 2016 13:18:42 +0100 Subject: [PATCH] * configure.ac: Remove old commented code --- configure.ac | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/configure.ac b/configure.ac index c43764e8..622bf08a 100644 --- a/configure.ac +++ b/configure.ac @@ -31,23 +31,6 @@ case $host_os in # ;; esac -#if test "$CFLAGS" = ""; then -# if test "$GCC" = "yes"; then -# CFLAGS="-g -std=gnu99 -pedantic -fPIC\ -# -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes\ -# -Wwrite-strings -Wformat=2 -Wformat -Wformat-security\ -# -Wsign-compare -Wextra -D_FORTIFY_SOURCE=2\ -# -Wcast-align -O2" -# fi -#else -# CFLAGS="$CFLAGS -fPIC" -#fi -#if test "$LDFLAGS" = ""; then -# if test "$GCC" = "yes"; then -## LDFLAGS="-fPIE -pie -Wl,-z,relro,--as-needed" -# LDFLAGS="-fPIE -pie -Wl,--as-needed -ffunction-sections" -# fi -#fi # Append EXTRA_CFLAGS to CFLAGS, if defined. if test "$EXTRA_CFLAGS" != ""; then CFLAGS="$CFLAGS $EXTRA_CFLAGS"