From 80ebd60e7ca3c48a19b94ddaeebb23182b703178 Mon Sep 17 00:00:00 2001 From: Ilya Novoselov Date: Fri, 18 Dec 2015 11:52:48 +0300 Subject: 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(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3a24053bb6a1..1b99702fedff 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 -- cgit 1.4.1