Fix "_FORTIFY_SOURCE" redefined warning
authorYunqing Wang <yunqingwang@google.com>
Wed, 24 Oct 2012 16:14:36 +0000 (09:14 -0700)
committerYunqing Wang <yunqingwang@google.com>
Wed, 24 Oct 2012 16:22:10 +0000 (09:22 -0700)
commitbc1d3cb90bc17b03597b5c6dbcad896585ca4a8d
tree4a2b27b0c99da4a6a82a66da1f20066b10e3e8dc
parentedf099d27218b5f3dbd1c72fe20488dd24b638d2
Fix "_FORTIFY_SOURCE" redefined warning

On Ubuntu 12.04, we got the following warning message:
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined
 [enabled by default]
<built-in>:0:0: note: this is the location of the previous definition

This was already fixed in VP8 configure file. Did the same change in
experimental branch to stop this warning.

Change-Id: Id162e5fd8841585ae806df6560b2f7536ea307c0
build/make/configure.sh