diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5d2198b416be..de17612f9322 100644 --- a/configure.ac +++ b/configure.ac @@ -2725,7 +2725,7 @@ if test $_os = Darwin; then # SDK will be found automatically without any configure options. # For developers with a current Xcode, the lowest-numbered SDK - # higher than the minimum required should be found. + # higher than or equal to the minimum required should be found. AC_MSG_CHECKING([what Mac OS X SDK to use]) |