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:
Ilya Novoselov 2015-12-18 11:52:48 +03:00 committed by Eelco Dolstra
parent 9a4706eb19
commit 80ebd60e7c

View file

@ -55,8 +55,6 @@ if test "$sys_name" = sunos; then
fi
CFLAGS=
CXXFLAGS=
AC_PROG_CC
AC_PROG_CXX