changeset 8573:da61d0f7ce0b

configure.in (AH_BOTTOM): define OCTAVE_USE_OS_X_API if __APPLE__ is defined
author John W. Eaton <jwe@octave.org>
date Thu, 22 Jan 2009 13:29:20 -0500
parents e17f262a02cd
children 83b8c739d626
files ChangeLog configure.in
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jan 22 13:10:20 2009 -0500
+++ b/ChangeLog	Thu Jan 22 13:29:20 2009 -0500
@@ -1,3 +1,8 @@
+2009-01-22  John W. Eaton  <jwe@octave.org>
+
+	* configure.in (AH_BOTTOM): Define OCTAVE_USE_OS_X_API if
+	__APPLE__ is defined.
+
 2009-01-22  Jaroslav Hajek  <highegg@gmail.com>
 
 	* configure.in: Fix qrupdate warning message.
--- a/configure.in	Thu Jan 22 13:10:20 2009 -0500
+++ b/configure.in	Thu Jan 22 13:29:20 2009 -0500
@@ -1987,6 +1987,10 @@
 #define OCTAVE_USE_WINDOWS_API 1
 #endif
 
+#if defined (__APPLE__)
+#define OCTAVE_USE_OS_X_API 1
+#endif
+
 /* sigsetjmp is a macro, not a function. */
 #if defined (sigsetjmp) && defined (HAVE_SIGLONGJMP)
 #define OCTAVE_HAVE_SIG_JUMP