wsanchez 01/04/19 00:43:08
Modified: build apr_hints.m4
Log:
Enable rhapsody
Revision Changes Path
1.7 +3 -3 apr/build/apr_hints.m4
Index: apr_hints.m4
===================================================================
RCS file: /home/cvs/apr/build/apr_hints.m4,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- apr_hints.m4 2001/04/19 07:29:48 1.6
+++ apr_hints.m4 2001/04/19 07:43:06 1.7
@@ -170,9 +170,9 @@
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])
;;