From 470f207e9229b73dcaea889c531b016a34df3cc5 Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Tue, 10 May 2016 12:09:01 +0200 Subject: fix typo in comment --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 126c37db..30ee7fcc 100755 --- a/configure +++ b/configure @@ -193,7 +193,7 @@ case "$target" in clinker_options="-m32" libmath="-lm";; ia32-macosx) - # kernel major versions count upwards from 4 for OSX 10.0 to 11 for OSX 10.11 + # kernel major versions count upwards from 4 for OSX 10.0 to 15 for OSX 10.11 kernel_major=`uname -r | cut -d "." -f 1` arch="ia32" model="sse2" -- cgit