mirror of
https://github.com/apache/httpd.git
synced 2026-01-26 19:01:35 +03:00
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
8 lines
202 B
Plaintext
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
|