From: Niveditha Rau Date: Wed, 25 Apr 2018 02:24:48 +0000 (-0700) Subject: Add Solaris to supported platforms X-Git-Tag: v1.8.0~668 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11a868d10444c495349cefbe93a4b3545090e059;p=platform%2Fupstream%2Flibvpx.git Add Solaris to supported platforms Change-Id: Ib49e1d79ba4c1c5d5147ab437f744a31429a059c --- diff --git a/configure b/configure index 4353028..6c0adc7 100755 --- a/configure +++ b/configure @@ -522,7 +522,7 @@ process_detect() { # here rather than at option parse time because the target auto-detect # magic happens after the command line has been parsed. case "${tgt_os}" in - linux|os2|darwin*|iphonesimulator*) + linux|os2|solaris|darwin*|iphonesimulator*) # Supported platforms ;; *)