Inherit CFLAGS for mes.
* build-aux/check.sh.in: Inherit CFLAGS for mes.
This commit is contained in:
parent
dadf07a484
commit
181d1e11ea
|
@ -29,7 +29,7 @@ fi
|
||||||
|
|
||||||
CFLAGS=
|
CFLAGS=
|
||||||
if test $mes_libc = mes; then
|
if test $mes_libc = mes; then
|
||||||
CFLAGS="
|
CFLAGS="${CFLAGS}
|
||||||
-static
|
-static
|
||||||
-nostdinc
|
-nostdinc
|
||||||
-nostdlib
|
-nostdlib
|
||||||
|
|
Loading…
Reference in a new issue