]> git.lyx.org Git - lyx.git/blob - config/cygwin.m4
* get rid of the --export-all-symbol in order to speed-up linking time
[lyx.git] / config / cygwin.m4
1 # Macro added for some Cygwin-specific support     -*- sh -*-
2 # @author@: Kayvan Sylvan
3
4 AC_DEFUN([CHECK_WITH_CYGWIN],
5 [
6   case $host_os in
7   cygwin* | mingw* | pw32* )
8     # TODO 1: pass -DQ_CYGWIN_WIN" *when* the option
9     # --without-x is passed to configure *and* platform is cygwin
10     # TODO 2: see how to pass -mno-cygwin when building native
11     # mingw within cygwin
12     ;;
13   esac
14 ])