From 97b2a336ff3c24c56235110f3c457b88f5a51f33 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Wed, 14 Dec 2022 22:23:58 +0000 Subject: [PATCH] configure.ac: don't clobber CFLAGS=/CXXFLAGS= and allow users to pass in custom flags Reported-by: 0n-s Bug: https://github.com/trofi/nix-guix-gentoo/issues/26 --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index c0e989d85..1b0d6fd27 100644 --- a/configure.ac +++ b/configure.ac @@ -41,8 +41,6 @@ AC_DEFINE_UNQUOTED(SYSTEM, ["$system"], [platform identifier ('cpu-os')]) test "$localstatedir" = '${prefix}/var' && localstatedir=/nix/var -CFLAGS= -CXXFLAGS= AC_PROG_CC AC_PROG_CXX AC_PROG_CPP