# HG changeset patch # User atmos4 # Date 996863699 0 # Node ID 42bd7f4c500bbb4d8522ca10119b9257f906470f # Parent 2a2b0954c24a602b907317898604c5e1332bf60a Pre commit so I won't have to sync with later configure changes (cygwin stuff) diff -r 2a2b0954c24a -r 42bd7f4c500b configure --- a/configure Fri Aug 03 16:23:42 2001 +0000 +++ b/configure Fri Aug 03 18:34:59 2001 +0000 @@ -283,9 +283,12 @@ echo "Detected host architecture: $host_arch" # Determine OS dependent libs - +_confcygwin="TARGET_CYGWIN=no" if [ "$system_name" = "FreeBSD" ]; then _archlibs="-rdynamic -pthread" +elif [ `echo $system_name | sed 's/CYGWIN.*/CYGWIN/i'` = "CYGWIN" ]; then + _confcygwin="TARGET_CYGWIN=yes" + _archlibs="-lpthread" else _archlibs="-ldl -lpthread" fi @@ -1809,6 +1812,7 @@ # --- Some stuff for autoconfigure ---- $_target_arch +$_confcygwin TARGET_CPU=$iproc TARGET_MMX=$_cfg_mmx TARGET_MMX2=$_cfg_mmx2