We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4f8f9 commit c82c78aCopy full SHA for c82c78a
configure.ac
@@ -69,7 +69,7 @@ AC_CHECK_FUNCS(gss_store_cred_into)
69
AC_SUBST([GSSAPI_CFLAGS])
70
AC_SUBST([GSSAPI_LIBS])
71
72
-MAG_CFLAGS="`${APXS} -q CFLAGS` `${APR} --cflags` ${GSSAPI_CFLAGS} ${OPENSSL_CFLAGS} -I`${APXS} -q INCLUDEDIR` `${APR} --includes`"
+MAG_CFLAGS="`${APXS} -q CFLAGS` `${APXS} -q EXTRA_CPPFLAGS` `${APR} --cflags` ${GSSAPI_CFLAGS} ${OPENSSL_CFLAGS} -I`${APXS} -q INCLUDEDIR` `${APR} --includes`"
73
MAG_LIBS="`${APR} --libs` ${GSSAPI_LIBS} ${OPENSSL_LIBS}"
74
LIBTOOL="`${APXS} -q LIBTOOL`"
75
MAG_LIBDIR="`${APXS} -q libexecdir`"
0 commit comments