Skip to content
Snippets Groups Projects
Commit 80ebd60e authored by Ilya Novoselov's avatar Ilya Novoselov Committed by Eelco Dolstra
Browse files

Do not override environment CFLAGS and CXXFLAGS

Looks like 5a05cf40 removed usage of
environment CFLAGS and CXXFLAGS by mistake. That change broke building
of nix on fedora core 23.
parent 9a4706eb
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,6 @@ if test "$sys_name" = sunos; then
fi
CFLAGS=
CXXFLAGS=
AC_PROG_CC
AC_PROG_CXX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment