diff -ruN sqsh-2.1.3.orig/configure sqsh-2.1.3/configure --- sqsh-2.1.3.orig/configure 2004-11-08 22:57:17 +1000 +++ sqsh-2.1.3/configure 2005-05-25 03:53:37 +1100 @@ -2912,7 +2912,7 @@ for i in blk cs ct tcl comn intl do x= - if test -f $SYBASE_LIBDIR/lib${i}.a; then + if test -f $SYBASE_LIBDIR/lib${i}.so; then x="-l${i}" else if test -f $SYBASE_LIBDIR/lib${i}64.a; then x="-l${i}64" @@ -2931,7 +2931,7 @@ # # Check for -ltds (FreeTDS project) # - if test -f $SYBASE_LIBDIR/libtds.a; then + if test -f $SYBASE_LIBDIR/libtds.so; then SYBASE_LIBS="$SYBASE_LIBS -ltds" fi