Fix broken mod_session_crypto build.
Using -I$APR_INCLUDEDIR and -I$APU_INCLUDEDIR breaks for APR 2, because $APU_INCLUDEDIR is empty and a lonely "-I" doesn't do good for the compiler. It also breaks for VPATH builds, because then $APR_INCLUDEDIR contains two paths. Using $APR_INCLUDES $APU_INCLUDES fixes both problems and seems to be the way it is done for other modules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951766 13f79535-47bb-0310-9956-ffa450edef68
parent
daa778b2
Please register or sign in to comment