Skip to content

Instantly share code, notes, and snippets.

@rahulg
Created June 29, 2016 13:30
Show Gist options
  • Save rahulg/5b09301aa57a91264ced65b7b5705695 to your computer and use it in GitHub Desktop.
Save rahulg/5b09301aa57a91264ced65b7b5705695 to your computer and use it in GitHub Desktop.
diff --git a/configure b/configure
index fdef550..7a7b2e4 100755
--- a/configure
+++ b/configure
@@ -1023,7 +1023,7 @@ then
if [ -n "$CFG_OSX_CLANG_VERSION" ]
then
case $CFG_OSX_CLANG_VERSION in
- (7.0* | 7.1* | 7.2* | 7.3*)
+ (7.0* | 7.1* | 7.2* | 7.3* | 8.0*)
step_msg "found ok version of APPLE CLANG: $CFG_OSX_CLANG_VERSION"
;;
(*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment