questionable hack to reduce maximum stack depth
[sbp.git] / misc / broken-cygwin-detection-patch
1 --- Native/configure.in 2006-09-02 15:34:01.000000000 -0700
2 +++ Native/configure.in 2006-09-02 15:33:11.000000000 -0700
3 @@ -105,7 +105,7 @@
4  ],[DEBUG_CPPFLAGS=""])
5
6  # hack for Cygwin
7 -CYGPATH=`which cygpath`
8 +type cygpath && CYGPATH=`which cygpath`
9
10  JVM=""
11  for TESTJVM in $(sed -e '/^#.*/ d' jvm.list | grep "${JVMFILTER}") ; do
12