Commit ddb9ebe3543af4ea5312cda5365037deafa639a6
Committed by
GitHub
Exists in
master
and in
2 other branches
Merge pull request #17 from davide125/cflags
Use environment compiler flags if set
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
configure.ac
@@ -83,6 +83,10 @@ dnl --------------------------------------------------------------------------- | @@ -83,6 +83,10 @@ dnl --------------------------------------------------------------------------- | ||
83 | 83 | ||
84 | DLLPREFIX="lib" | 84 | DLLPREFIX="lib" |
85 | 85 | ||
86 | +AC_SUBST(CFLAGS) | ||
87 | +AC_SUBST(LDFLAGS) | ||
88 | +AC_SUBST(LIBS) | ||
89 | + | ||
86 | case "$host" in | 90 | case "$host" in |
87 | *-mingw32|*-pc-msys) | 91 | *-mingw32|*-pc-msys) |
88 | app_cv_osname="windows" | 92 | app_cv_osname="windows" |