]> granicus.if.org Git - libvpx/commit
configure: clean up var style and set_all usage
authorJohann <johannkoenig@google.com>
Thu, 23 Jun 2016 19:29:04 +0000 (12:29 -0700)
committerJohann Koenig <johannkoenig@google.com>
Thu, 23 Jun 2016 22:15:13 +0000 (22:15 +0000)
commit74a61b5ab9167f26fe21d3f328636309985d098e
treefa5798d9379fd27bf9a633859f766f76e78af804
parentbdeb5febe43f8706a7c440d4ef696849a17ea71e
configure: clean up var style and set_all usage

Use quotes whenever possible and {} always for variables.

Replace multiple set_all calls with *able_feature().

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