Merge pull request #66 from fitzgen/allow-flags-to-pass-through-configure

Allow CPPFLAGS, CFLAGS, and LDFLAGS to be passed through configure
original commit: f6b01a44b5ff8d71a83b5769c9948c357a64ccde
This commit is contained in:
R. Kent Dybvig 2016-06-13 14:38:36 -04:00 committed by GitHub
commit c15ac6d328

6
configure vendored
View File

@ -37,9 +37,9 @@ installman=""
installschemename="scheme"
installpetitename="petite"
installscriptname="scheme-script"
CPPFLAGS=""
CFLAGS=""
LDFLAGS=""
: ${CPPFLAGS:=""}
: ${CFLAGS:=""}
: ${LDFLAGS:=""}
case `uname` in
Linux)