X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/blobdiff_plain/301cf11b4cfad43c7710c7005d34078b693ecb8e..187aaa6ba5251022af4a2e68c8299e738a1ae8d4:/configure.ac diff --git a/configure.ac b/configure.ac index 7f6f1b1..afeba02 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,10 @@ AC_CHECK_LIB([nsl], [main]) AC_CHECK_LIB([pcre], [main]) -AC_CHECK_LIB([oauth], [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"])