patch-configure_ac 416 B

123456789101112
  1. $Id$
  2. --- ipsec-tools-0.6.4.orig/configure.ac 2005-12-09 10:00:28.000000000 +0100
  3. +++ ipsec-tools-0.6.4/configure.ac 2007-06-28 16:58:31.000000000 +0200
  4. @@ -183,7 +183,7 @@ AC_MSG_RESULT(${crypto_dir-default})
  5. if test "x$crypto_dir" != "x"; then
  6. LIBS="$LIBS -L${crypto_dir}/lib"
  7. - CPPFLAGS="-I${crypto_dir}/include $CPPLAGS"
  8. + CPPFLAGS="-I${crypto_dir}/include $CPPFLAGS"
  9. fi
  10. AC_MSG_CHECKING(openssl version)