Removed tags from endif. Was causing bootstrap to fail.
authorWalter Hoehn <wassa@memphis.edu>
Mon, 7 Oct 2002 17:05:43 +0000 (17:05 +0000)
committerWalter Hoehn <wassa@memphis.edu>
Mon, 7 Oct 2002 17:05:43 +0000 (17:05 +0000)
mod_shibrm/Makefile.am
mod_shire/Makefile.am

index fd0b8ad..d72aea0 100644 (file)
@@ -15,5 +15,5 @@ mod_shibrm_la_LDFLAGS = -module -avoid-version -lapreq
 if HAVE_APXS
 install-exec-local:
        $(APXS) -i -A -n shibrm .libs/mod_shibrm.so
-endif HAVE_APXS
+endif 
 
index 29cbb65..379490c 100644 (file)
@@ -15,5 +15,4 @@ mod_shire_la_LDFLAGS = -module -avoid-version -lapreq
 if HAVE_APXS
 install-exec-local:
        $(APXS) -i -A -n shire .libs/mod_shire.so
-endif HAVE_APXS
-
+endif