]> git.lyx.org Git - features.git/blob - config/cygwin.m4
26aed831ed058ac5436f9b705882bc1e8e5da878
[features.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 ])