1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00
Files
apache/server/mpm/beos/config5.m4
David Reid dc8ed8a7df This file needs to be renamed from config.m4 to config5.m4 to allow
the ordering to work correctly otherwise it breaks the build. It didn't
seem possible to move the file in CVS so I've added a new copy and
deleted the original.  It's such a simple file if we don't have the history
it's not an issue!

Submitted by:	Ryan Bloom <rbb@covalent.net>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87594 13f79535-47bb-0310-9956-ffa450edef68
2001-01-06 14:23:14 +00:00

8 lines
202 B
Plaintext

dnl ## XXX - Need a more thorough check of the proper flags to use
if test "$MPM_NAME" = "beos" ; then
apache_apr_flags="--enable-threads"
APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile)
fi