[PATCH v2] m4: Fix interpretation of MACOSX_DEPLOYMENT_TARGET

2014-09-13 Thread Lawrence Velázquez
is can cause runtime crashes* and will affect subsequent versions of OS X. * https://trac.macports.org/ticket/44596 Signed-off-by: Lawrence Velázquez --- v2: Fixed a typo in the original commit message. Apologies if I accidentally sent multiple copies of this message. I wasn't sure whether

[PATCH] m4: Fix interpretation of MACOSX_DEPLOYMENT_TARGET

2014-09-13 Thread Lawrence Velázquez
is can cause runtime crashes* and will affect subsequent versions of OS X. * https://trac.macports.org/ticket/44596 Signed-off-by: Lawrence Velázquez --- m4/libtool.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 320d8b3..068

[PATCH v2] m4: Fix interpretation of MACOSX_DEPLOYMENT_TARGET

2014-09-13 Thread Lawrence Velázquez
is can cause runtime crashes* and will affect subsequent versions of OS X. * https://trac.macports.org/ticket/44596 Signed-off-by: Lawrence Velázquez --- v2: Fixed a typo in the original commit message. m4/libtool.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/libtoo