Removed mod_shibrm
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 25 Mar 2004 23:43:12 +0000 (23:43 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 25 Mar 2004 23:43:12 +0000 (23:43 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@908 cb58f699-b61c-0410-a6fe-9272a202ed29

configure.ac

index 4d4588e..651c1cc 100644 (file)
@@ -174,7 +174,7 @@ fi
 AM_CONDITIONAL(USE_OUR_ONCRPC,test "$rpctest" = "no")
 
 
-# Apache 1.3 (mod_shire/mod_shibrm)
+# Apache 1.3 (mod_shire)
 #   --with-apache-13 (static build, no idea how to do this yet, so not supported)
 #   --with-apxs      (DSO build, the normal way, uses apxs to derive build flags)
 #   --without-apxs   (DSO build, you tell us how to build using the environment)
@@ -322,7 +322,7 @@ if test "$WANT_APACHE_13" = "yes"; then
     AC_SUBST(APXS_SYSCONFDIR)
 
     # output the Apache 1.3 makefiles
-    WANT_SUBDIRS="$WANT_SUBDIRS mod_shire mod_shibrm"
+    WANT_SUBDIRS="$WANT_SUBDIRS mod_shire"
 fi
 # always output the Makefile, even if we don't use it
 AC_CONFIG_FILES([mod_shire/Makefile])