diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-10-21 00:44:22 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-10-21 00:44:22 +0300 |
commit | 1ddc9fd6365059e93d3e080d2121693a658c9ff7 (patch) | |
tree | bcd9c953a83f0d84a661aff7537907a39e40d212 | |
parent | 36b25a83fe0b6b0ae0f179bedfc207375633ed19 (diff) |
Correct comment
Change-Id: I29633cfe7b378796bec5fe822941193ded8a9aa9
-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]) |