Fix a CPPLAGS typo to CPPFLAGS which was intended
This commit is contained in:
parent
9df0ec5c7e
commit
a0b1dc6be0
|
@ -200,7 +200,7 @@ AC_MSG_RESULT(${crypto_dir-default})
|
|||
|
||||
if test "x$crypto_dir" != "x"; then
|
||||
LIBS="$LIBS -L${crypto_dir}/lib"
|
||||
CPPFLAGS="-I${crypto_dir}/include $CPPLAGS"
|
||||
CPPFLAGS="-I${crypto_dir}/include $CPPFLAGS"
|
||||
fi
|
||||
AC_MSG_CHECKING(openssl version)
|
||||
|
||||
|
|
Loading…
Reference in New Issue