--- bluefish-0.11/configure 2003-07-28 01:31:23.000000000 +1000 +++ bluefish-0.11-patched/configure 2003-08-01 09:46:01.000000000 +1000 @@ -3522,7 +3522,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-laspell $LIBS" +LIBS="-laspell -laspell-common -lstdc++ $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ @@ -3571,7 +3571,7 @@ echo "$as_me:$LINENO: result: $ac_cv_lib_aspell_new_aspell_config" >&5 echo "${ECHO_T}$ac_cv_lib_aspell_new_aspell_config" >&6 if test $ac_cv_lib_aspell_new_aspell_config = yes; then - LIBS="$LIBS -laspell" + LIBS="$LIBS -laspell -laspell-common -lstdc++" cat >>confdefs.h <<\_ACEOF #define HAVE_LIBASPELL 1 _ACEOF