diff options
author | Ilya Novoselov <nullie@work-desktop.nullie.name> | 2015-12-18 11:52:48 +0300 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-01-05 14:06:51 +0100 |
commit | 80ebd60e7ca3c48a19b94ddaeebb23182b703178 (patch) | |
tree | 726c71fe20c0fddd3e01d90f6d43d9c5b16fe724 | |
parent | 9a4706eb197dd28abec3da3ce0a48f3756ea8975 (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.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 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 |