summaryrefslogtreecommitdiff
path: root/build/apr_hints.m4
diff options
context:
space:
mode:
authorwsanchez <wsanchez@13f79535-47bb-0310-9956-ffa450edef68>2001-04-19 07:43:06 +0000
committerwsanchez <wsanchez@13f79535-47bb-0310-9956-ffa450edef68>2001-04-19 07:43:06 +0000
commitd1fba08652247c8614c8a48233f769e0448d2120 (patch)
tree3f0b4ce9316b8de0392eb581fcbf8d343cde9e9c /build/apr_hints.m4
parenta5c76df219b1bf39ce1cbef12cbd65e9ab37da04 (diff)
downloadlibapr-d1fba08652247c8614c8a48233f769e0448d2120.tar.gz
Enable rhapsody
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61536 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/apr_hints.m4')
-rw-r--r--build/apr_hints.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4
index f46e24992..266296b33 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -170,9 +170,9 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
APR_SETIFNULL(OPTIM, [-O])
APR_ADDTO(CPPFLAGS, [-DNEXT])
;;
-dnl *-apple-rhapsody*)
-dnl APR_ADDTO(CPPFLAGS, [-DDARWIN -DMAC_OS_X_SERVER])
-dnl ;;
+ *-apple-rhapsody*)
+ APR_ADDTO(CPPFLAGS, [-DRHAPSODY])
+ ;;
*-apple-darwin*)
APR_ADDTO(CPPFLAGS, [-DDARWIN])
;;