(trunk) local CFLAGS and CXXFLAGS environment variables are clobbered
This commit is contained in:
parent
3d1cf6ba0d
commit
f404fcb4f9
|
@ -58,7 +58,7 @@ AC_PROG_CXX
|
||||||
AC_C_INLINE
|
AC_C_INLINE
|
||||||
if test "x$GCC" = "xyes" ; then
|
if test "x$GCC" = "xyes" ; then
|
||||||
|
|
||||||
CFLAGS="-std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wcast-align -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunreachable-code -Wunused-parameter -Wwrite-strings"
|
CFLAGS="$CFLAGS -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wcast-align -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunreachable-code -Wunused-parameter -Wwrite-strings"
|
||||||
|
|
||||||
dnl figure out gcc version
|
dnl figure out gcc version
|
||||||
AC_MSG_CHECKING([gcc version])
|
AC_MSG_CHECKING([gcc version])
|
||||||
|
|
Loading…
Reference in New Issue