# This could be better AC_INIT(vnccrack.cpp) AC_PROG_CXX AC_CHECK_LIB(crypto, DES_set_key_unchecked) if test x$ac_cv_lib_crypto_DES_set_key_unchecked != xyes then AC_MSG_ERROR("Couldn't find working OpenSSL") fi AC_OUTPUT(Makefile)