AC_CHECK_LIB([pcre], [main])
+AC_CHECK_LIB(oauth, main, [], [
+ echo "Error, you need liboauth to build properly."
+ exit -1
+ ])
+
# CURL
LIBCURL_CHECK_CONFIG([yes], [], [have_libcurl="yes"], [have_libcurl="no"])
if test "${have_libcurl}" != yes; then
fi
# explicitly link DSOs
-LIBS="$LIBS -ldl"
+LIBS="$LIBS -ldl -loauth"
dnl Checks for header files.