about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorIlya Novoselov <nullie@work-desktop.nullie.name>2015-12-18T08·52+0300
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-01-05T13·06+0100
commit80ebd60e7ca3c48a19b94ddaeebb23182b703178 (patch)
tree726c71fe20c0fddd3e01d90f6d43d9c5b16fe724 /configure.ac
parent9a4706eb197dd28abec3da3ce0a48f3756ea8975 (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3a24053bb6..1b99702fed 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