File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4301,7 +4301,7 @@ rm -f core conftest.err conftest.$ac_objext \
43014301 conftest$ac_exeext conftest.$ac_ext
43024302 else
43034303 if test -z " $MACOSX_DEPLOYMENT_TARGET " ; then
4304- macosx_deployment_target=` /usr/bin/sw_vers -productVersion| /usr/bin/sed -e ' s/^\(0-9*\.0-9*\).*/\1/' `
4304+ macosx_deployment_target=` /usr/bin/sw_vers -productVersion| /usr/bin/sed -e ' s/^\([ 0-9] *\.[ 0-9] *\).*/\1/' `
43054305 XCODEFLAGS=" $XCODEFLAGS MACOSX_DEPLOYMENT_TARGET=$macosx_deployment_target "
43064306 fi
43074307 fi
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ if test "`(uname) 2>/dev/null`" = Darwin; then
189189 LDFLAGS="$save_ldflags" ])
190190 else
191191 if test -z "$MACOSX_DEPLOYMENT_TARGET"; then
192- macosx_deployment_target=`/usr/bin/sw_vers -productVersion|/usr/bin/sed -e 's/^\([0-9]*\.[0-9]*\).*/\1/'`
192+ macosx_deployment_target=`/usr/bin/sw_vers -productVersion|/usr/bin/sed -e 's/^\([[ 0-9]] *\.[[ 0-9] ]*\).*/\1/'`
193193 XCODEFLAGS="$XCODEFLAGS MACOSX_DEPLOYMENT_TARGET=$macosx_deployment_target"
194194 fi
195195 fi
You can’t perform that action at this time.
0 commit comments