configure: Fix overwriting -ldl with -lcurl
This caused the libbbfdm.so not beining linked against -ldl direclty. It might not have caused any issues because the linker adds it as depenency of other libraries like libcurl when resolving symbols.
Signed-off-by: Daniel Danzberger daniel@dd-wrt.com