[Fresco-changes] Fresco/config omniorb.m4,1.27,1.28
Nick Lewycky
nicholas at fresco.org
Thu Jan 9 22:58:30 UTC 2003
Update of /cvs/fresco/Fresco/config
In directory purcel:/tmp/cvs-serv23799/config
Modified Files:
omniorb.m4
Log Message:
Compile under Darwin.
Patch from Christoph Egger.
Index: omniorb.m4
===================================================================
RCS file: /cvs/fresco/Fresco/config/omniorb.m4,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- omniorb.m4 2 Dec 2002 20:27:23 -0000 1.27
+++ omniorb.m4 9 Jan 2003 22:58:27 -0000 1.28
@@ -98,7 +98,7 @@
*)
AC_MSG_WARN([Unknown CPU type $host_cpu.])
AC_MSG_WARN([Please check the omniORB documentation to see if your CPU type is supported,])
- AC_MSG_WARN([and update config/macros/omniorb.m4])
+ AC_MSG_WARN([and update config/omniorb.m4])
;;
esac
@@ -136,10 +136,13 @@
freebsd*)
AC_DEFINE(__freebsd__, 1, [what os])
;;
+ darwin*)
+ AC_DEFINE(__darwin__, 1, [what os])
+ ;;
*)
AC_MSG_WARN(Unknown OS $host_os.)
AC_MSG_WARN(Please check the omniORB documentation to see if you OS is supported,)
- AC_MSG_WARN(and update config/macros/omniorb.m4.)
+ AC_MSG_WARN(and update config/omniorb.m4.)
;;
esac
More information about the Fresco-changes
mailing list