diff configure.in @ 8577:ab61b47d3435

configure.in (AH_BOTTOM): Also check __MACH__ when defining OCTAVE_USE_OS_X_API
author John W. Eaton <jwe@octave.org>
date Thu, 22 Jan 2009 18:33:45 -0500
parents da61d0f7ce0b
children dee5d60257e4
line wrap: on
line diff
--- a/configure.in	Thu Jan 22 18:24:15 2009 -0500
+++ b/configure.in	Thu Jan 22 18:33:45 2009 -0500
@@ -1987,7 +1987,7 @@
 #define OCTAVE_USE_WINDOWS_API 1
 #endif
 
-#if defined (__APPLE__)
+#if defined (__APPLE__) && defined (__MACH__)
 #define OCTAVE_USE_OS_X_API 1
 #endif