Commit c7e2c43227695b259e98febaa6e7c17358e9d460
1 parent
f1038d13
Exists in
master
and in
2 other branches
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" |