Do not override environment CFLAGS and CXXFLAGS
Looks like 5a05cf4063
removed usage of
environment CFLAGS and CXXFLAGS by mistake. That change broke building
of nix on fedora core 23.
This commit is contained in:
parent
9a4706eb19
commit
80ebd60e7c
1 changed files with 0 additions and 2 deletions
|
@ -55,8 +55,6 @@ if test "$sys_name" = sunos; then
|
|||
fi
|
||||
|
||||
|
||||
CFLAGS=
|
||||
CXXFLAGS=
|
||||
AC_PROG_CC
|
||||
AC_PROG_CXX
|
||||
|
||||
|
|
Loading…
Reference in a new issue