Updated configure.in
then ran autoconf to regenerate the configure script.
Fixes #274
elif xcodebuild -version -sdk macosx10.12 Path >/dev/null 2>&1 ; then
mac_version_min="-mmacosx-version-min=10.4"
mac_sysroot="-isysroot `xcodebuild -version -sdk macosx10.12 Path`"
+ elif xcodebuild -version -sdk macosx10.13 Path >/dev/null 2>&1 ; then
+ mac_version_min="-mmacosx-version-min=10.4"
+ mac_sysroot="-isysroot `xcodebuild -version -sdk macosx10.13 Path`"
else
- AC_MSG_ERROR([Could not find 10.5 to 10.12 SDK.])
+ AC_MSG_ERROR([Could not find 10.5 to 10.13 SDK.])
fi
esac