diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-01-18 16:19:23 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-01-18 16:19:47 +0100 |
commit | d3f17ac97d1d90069fd66ccc63caab0f0472dc7d (patch) | |
tree | b60f90f7078cbb595ba35dc1f05761eabddee510 /configure.in | |
parent | 152eaa298545821ec842499947236aeb99696427 (diff) |
_MSC_VER is compiler define and cpp.lcc needs to be taught about it
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 251cfa8a5d9d..bb8abe685956 100644 --- a/configure.in +++ b/configure.in @@ -2582,6 +2582,7 @@ cygwin*) AC_MSG_ERROR([Unsupported host_cpu $host_cpu for host_os $host_os]) ;; esac + SCPDEFS="$SCPDEFS -D_MSC_VER" ;; darwin*) |