On Thursday 21 May 2009 12:00:57 Lars Immisch wrote:
Ah, well. I'm was just too tired for autoconf. But there is a simple solution - see the attached patch. It will define -DVTY_CRYPT_PW= if crypt is found. If -lcrypt is needed, $(LIB_CRYPT) will be -lcrypt
Interesting. I'm no autoconf expert but so far I would have added AC_SUBST(LIBCRYPT) after the check statement..... Anybody happens to know if and what difference it makes?