forked from lix-project/lix
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
|
@ -55,8 +55,6 @@ if test "$sys_name" = sunos; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
CFLAGS=
|
|
||||||
CXXFLAGS=
|
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue