Commit ddb9ebe3543af4ea5312cda5365037deafa639a6

Authored by Perry Werneck
Committed by GitHub
2 parents f1038d13 c7e2c432
Exists in master and in 2 other branches develop, macos

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 83  
84 84 DLLPREFIX="lib"
85 85  
  86 +AC_SUBST(CFLAGS)
  87 +AC_SUBST(LDFLAGS)
  88 +AC_SUBST(LIBS)
  89 +
86 90 case "$host" in
87 91 *-mingw32|*-pc-msys)
88 92 app_cv_osname="windows"
... ...