Ensure a valid profile is selected 58/25658/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 7 Aug 2014 14:20:38 +0000 (15:20 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 7 Aug 2014 14:20:40 +0000 (15:20 +0100)
commit575dea0f6d59f501f79d3ef4d5b1657e9b46e4b4
treea1eea835e9230b40109a3b101d5b06ef120b5c68
parentaaa7b16f1867cbe6d4867ea23f2e3637ced966a4
Ensure a valid profile is selected

[Problem] It was possible to pass any old junk when using --enable-profile and there would be no
          error.
[Cause]   we never actually checked if it matched any of the profiles we support.
[Solutin] Ensure we check all profiles and show an error when the profile does not match any of
          the ones we support.

Change-Id: Ide85946093a06e7dd1f7ef97585a42b1bae71c81
build/tizen/configure.ac