002-configure_cppflags_typo.patch 1.0 KB

1234567891011121314151617181920212223242526
  1. Index: ipsec-tools-0.6.6/configure.ac
  2. ===================================================================
  3. --- ipsec-tools-0.6.6.orig/configure.ac 2007-06-04 13:22:36.540300312 +0200
  4. +++ ipsec-tools-0.6.6/configure.ac 2007-06-04 13:22:36.841254560 +0200
  5. @@ -183,7 +183,7 @@
  6. if test "x$crypto_dir" != "x"; then
  7. LIBS="$LIBS -L${crypto_dir}/lib"
  8. - CPPFLAGS="-I${crypto_dir}/include $CPPLAGS"
  9. + CPPFLAGS="-I${crypto_dir}/include $CPPFLAGS"
  10. fi
  11. AC_MSG_CHECKING(openssl version)
  12. Index: ipsec-tools-0.6.6/configure
  13. ===================================================================
  14. --- ipsec-tools-0.6.6.orig/configure 2007-06-04 13:22:36.547299248 +0200
  15. +++ ipsec-tools-0.6.6/configure 2007-06-04 13:22:36.850253192 +0200
  16. @@ -23687,7 +23687,7 @@
  17. if test "x$crypto_dir" != "x"; then
  18. LIBS="$LIBS -L${crypto_dir}/lib"
  19. - CPPFLAGS="-I${crypto_dir}/include $CPPLAGS"
  20. + CPPFLAGS="-I${crypto_dir}/include $CPPFLAGS"
  21. fi
  22. echo "$as_me:$LINENO: checking openssl version" >&5
  23. echo $ECHO_N "checking openssl version... $ECHO_C" >&6