From 11a868d10444c495349cefbe93a4b3545090e059 Mon Sep 17 00:00:00 2001 From: Niveditha Rau Date: Tue, 24 Apr 2018 19:24:48 -0700 Subject: [PATCH] Add Solaris to supported platforms Change-Id: Ib49e1d79ba4c1c5d5147ab437f744a31429a059c --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; *) -- 2.7.4