X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=18a3c6e1e1ffdd25c71134f9da9091b7341340b8;hb=9f523c1f4ec758c599ff318175decf8c6854db89;hp=651c1ccaf0a9f8a5d1c81666bbf3d8cc6b5b0da0;hpb=012cad1dd1754094fd27f433410784fba88154e9;p=shibboleth%2Fsp.git diff --git a/configure.ac b/configure.ac index 651c1cc..18a3c6e 100644 --- a/configure.ac +++ b/configure.ac @@ -486,6 +486,16 @@ AC_CONFIG_FILES([apache-2.0/Makefile]) AM_CONDITIONAL(HAVE_APXS2,test -n "$APXS2") AM_CONDITIONAL(DO_APXS2_INSTALL,test -n "$APXS2_INSTALL") +# always output the Makefile, even if you don't use it +AC_CONFIG_FILES([apache/Makefile]) +AM_CONDITIONAL(BUILD_AP13,test "$WANT_APACHE_13" = "yes") +AM_CONDITIONAL(BUILD_AP20,test "$WANT_APACHE_20" = "yes") + +# add the apache module to the list of wanted subdirs.. +if test "$WANT_APACHE_13" = "yes" || test "$WANT_APACHE_20" = "yes" ; then + WANT_SUBDIRS="$WANT_SUBDIRS apache" +fi + # # Implement the checks of the MySQL Credential Cache