fix for plus dist build failure
This commit is contained in:
parent
2433373e6e
commit
43abf2d877
23
configure.in
23
configure.in
@ -202,20 +202,19 @@ fi
|
||||
AC_SUBST(CSCFLAGS)
|
||||
AC_SUBST(DEVENV_CONFIGURATION)
|
||||
|
||||
##comment out due to build failure
|
||||
# Check for GCC version to add fstack-protector flag
|
||||
#
|
||||
|
||||
GCC_VER="`gcc -dumpversion`"
|
||||
|
||||
case "$GCC_VER" in
|
||||
3*)
|
||||
;;
|
||||
4*)
|
||||
CFLAGS="$CFLAGS -fstack-protector"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
#GCC_VER="`gcc -dumpversion`"
|
||||
#case "$GCC_VER" in
|
||||
# 3*)
|
||||
# ;;
|
||||
# 4*)
|
||||
# CFLAGS="$CFLAGS -fstack-protector"
|
||||
# ;;
|
||||
# *)
|
||||
# ;;
|
||||
#esac
|
||||
|
||||
AC_SUBST(GCC_VER)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user