From 80ebd60e7ca3c48a19b94ddaeebb23182b703178 Mon Sep 17 00:00:00 2001
From: Ilya Novoselov <nullie@work-desktop.nullie.name>
Date: Fri, 18 Dec 2015 11:52:48 +0300
Subject: [PATCH] Do not override environment CFLAGS and CXXFLAGS

Looks like 5a05cf4063fc6ea666f3e24c60bd2e9e5526ef4e removed usage of
environment CFLAGS and CXXFLAGS by mistake. That change broke building
of nix on fedora core 23.
---
 configure.ac | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3a24053bb..1b99702fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,8 +55,6 @@ if test "$sys_name" = sunos; then
 fi
 
 
-CFLAGS=
-CXXFLAGS=
 AC_PROG_CC
 AC_PROG_CXX
 
-- 
GitLab