X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/blobdiff_plain/a03d5f2cf2ae11fa03f642547bcd3c169e6c9dda..301cf11b4cfad43c7710c7005d34078b693ecb8e:/configure.ac diff --git a/configure.ac b/configure.ac index f669d70..7f6f1b1 100644 --- a/configure.ac +++ b/configure.ac @@ -18,6 +18,8 @@ AC_CHECK_LIB([nsl], [main]) AC_CHECK_LIB([pcre], [main]) +AC_CHECK_LIB([oauth], [main]) + # CURL LIBCURL_CHECK_CONFIG([yes], [], [have_libcurl="yes"], [have_libcurl="no"]) if test "${have_libcurl}" != yes; then @@ -37,7 +39,7 @@ else fi # explicitly link DSOs -LIBS="$LIBS -ldl" +LIBS="$LIBS -ldl -loauth" dnl Checks for header files.