From 2905f352a86ccf68a84ed86eeb25309184a1c1e8 Mon Sep 17 00:00:00 2001 From: warlord Date: Fri, 21 Mar 2003 18:18:28 +0000 Subject: [PATCH] Make sure to always include mod_shibrm and mod_shire Makefiles.. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@346 cb58f699-b61c-0410-a6fe-9272a202ed29 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 439cab0..0f70f94 100644 --- a/configure.ac +++ b/configure.ac @@ -329,8 +329,9 @@ dnl LIBS="$saved_LIBS" # output the Apache 1.3 makefiles WANT_SUBDIRS="$WANT_SUBDIRS mod_shire mod_shibrm" - AC_CONFIG_FILES([mod_shire/Makefile mod_shibrm/Makefile]) fi +# always output the Makefile, even if we don't use it +AC_CONFIG_FILES([mod_shire/Makefile mod_shibrm/Makefile]) AM_CONDITIONAL(DO_APXS_INSTALL,test -n "$APXS_INSTALL") -- 2.1.4