More configure cleanup.

This commit is contained in:
brectanus
2008-01-03 01:09:01 +00:00
parent 40c57f8716
commit baac392bf5
4 changed files with 139 additions and 9 deletions

View File

@@ -70,7 +70,6 @@ mod_security2.la: $(MOD_SECURITY2_H) *.c
for f in $(MOD_SECURITY2); do \
src="$$src $$f.c"; \
done; \
echo "$(COMPILE_APACHE_MOD) $(EXTRA_CFLAGS) $$src"; \
$(COMPILE_APACHE_MOD) $(EXTRA_CFLAGS) $$src
### Experimental Test Framework (UNIX only right now)