--- boinc/configure.orig 2006-10-27 10:38:49.000000000 -0700 +++ boinc/configure.orig 2006-10-27 10:43:16.000000000 -0700 @@ -281,7 +281,7 @@ ## add libcurl et al. to the list of statically linked libs STATIC_LIB_LIST="${STATIC_LIB_LIST} curl idn crypto ssl krb5 k5crypto gssapi_krb5 com_err resolv" CPPFLAGS="${CPPFLAGS} ${LIBCURL_CPPFLAGS}" - CURL_LIB_PATHS=`echo $LIBCURL | sed 's/-l[[^ ]]*//g'` + CURL_LIB_PATHS=`echo $LIBCURL | sed 's/ \+-l[[^ ]]*//g'` LDFLAGS="$CURL_LIB_PATHS $LDFLAGS" if test "${enable_debug}" = yes; then