diff options
author | dreid <dreid@13f79535-47bb-0310-9956-ffa450edef68> | 2001-05-09 12:13:27 +0000 |
---|---|---|
committer | dreid <dreid@13f79535-47bb-0310-9956-ffa450edef68> | 2001-05-09 12:13:27 +0000 |
commit | 6632b9ffaaa1aa9ee938428903e160c3bfbdf960 (patch) | |
tree | ed299f64e14c35becd1c584c9a7bd3f903e9bc65 /build | |
parent | 4ca024e82829d05b4a73e22f2e11fae48c86d4de (diff) | |
download | libapr-6632b9ffaaa1aa9ee938428903e160c3bfbdf960.tar.gz |
In trying to get as many modules as possible building this flag is required
to get mod_auth_dbm building. Is this the correct place for it to be
defined though?
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61592 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/apr_hints.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4 index 730f610a8..44e8f425e 100644 --- a/build/apr_hints.m4 +++ b/build/apr_hints.m4 @@ -362,7 +362,7 @@ dnl # Not a problem in 10.20. Otherwise, who knows? APR_ADDTO(LIBS, [-lbind -lsocket -lbe -lroot]) ;; esac - APR_ADDTO(CPPFLAGS, [-DSIGPROCMASK_SETS_THREAD_MASK]) + APR_ADDTO(CPPFLAGS, [-DSIGPROCMASK_SETS_THREAD_MASK -DAP_AUTH_DBM_USE_APR]) ;; 4850-*.*) APR_ADDTO(CPPFLAGS, [-DSVR4 -DMPRAS]) |