Browse Source

OSX has ucontext.h

David Rose 16 years ago
parent
commit
c9b682ac3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/Config.OSX.pp

+ 1 - 1
dtool/Config.OSX.pp

@@ -269,7 +269,7 @@
 #define HAVE_SYS_SOUNDCARD_H 1
 
 // Do we have <ucontext.h> (and therefore makecontext() / swapcontext())?
-#define HAVE_UCONTEXT_H
+#define HAVE_UCONTEXT_H 1
 
 // Do we have RTTI (and <typeinfo>)?
 #define HAVE_RTTI 1