Make sure to always include mod_shibrm and mod_shire Makefiles..
authorwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 21 Mar 2003 18:18:28 +0000 (18:18 +0000)
committerwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 21 Mar 2003 18:18:28 +0000 (18:18 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@346 cb58f699-b61c-0410-a6fe-9272a202ed29

configure.ac

index 439cab0..0f70f94 100644 (file)
@@ -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")