build: Skip check-export-symbol on Windows
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Sun, 3 Jul 2016 17:14:54 +0000 (17:14 +0000)
committerBen Pfaff <blp@ovn.org>
Sun, 3 Jul 2016 19:34:28 +0000 (12:34 -0700)
commit4fe9aa64eda3ff3ac0424c75913645177d90a314
tree91e2980e58eb0695d40b0496e53decfcf7474a9c
parentea382567e816ac3bdb6365fdec90438156cf51d1
build: Skip check-export-symbol on Windows

This patch makes automake skip the function 'check-export-symbol' under
Windows.

The main reason is that msys does not have an implementation of rev
used by:
https://github.com/openvswitch/ovs/blob/master/datapath/Makefile.am#L34

and can be seen on:
https://ci.appveyor.com/project/blp/ovs/build/1.0.1851#L322

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Co-authored-by: Ben Pfaff <blp@ovn.org>
Signed-off-by: Ben Pfaff <blp@ovn.org>
datapath/Makefile.am