[BACK]Return to configure.ac CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / dist / ipsec-tools

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/crypto/dist/ipsec-tools/configure.ac between version 1.7 and 1.8

version 1.7, 2008/05/08 12:24:50 version 1.8, 2009/01/09 06:31:38
Line 200  AC_MSG_RESULT(${crypto_dir-default})
Line 200  AC_MSG_RESULT(${crypto_dir-default})
   
 if test "x$crypto_dir" != "x"; then  if test "x$crypto_dir" != "x"; then
         LIBS="$LIBS -L${crypto_dir}/lib"          LIBS="$LIBS -L${crypto_dir}/lib"
         CPPFLAGS="-I${crypto_dir}/include $CPPLAGS"          CPPFLAGS="-I${crypto_dir}/include $CPPFLAGS"
 fi  fi
 AC_MSG_CHECKING(openssl version)  AC_MSG_CHECKING(openssl version)
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>