emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure.in


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/configure.in
Date: Tue, 07 May 2002 13:12:16 -0400

Index: emacs/configure.in
diff -c emacs/configure.in:1.296 emacs/configure.in:1.297
*** emacs/configure.in:1.296    Mon Apr 29 18:47:27 2002
--- emacs/configure.in  Wed May  1 00:30:59 2002
***************
*** 1994,2000 ****
  fi
  
  if test "${HAVE_CARBON}" = "yes"; then
!   AC_DEFINE(HAVE_CARBON)
  fi
  
  ### Use session management (-lSM -lICE) if available
--- 1994,2000 ----
  fi
  
  if test "${HAVE_CARBON}" = "yes"; then
!   AC_DEFINE(HAVE_CARBON, 1, [Define to 1 if you are using the Carbon API on 
Mac OS X.])
  fi
  
  ### Use session management (-lSM -lICE) if available
***************
*** 2408,2413 ****
--- 2408,2421 ----
  #define HAVE_WINDOW_SYSTEM
  #define MULTI_KBOARD
  #define HAVE_MOUSE
+ #endif
+ 
+ /* If we're using the Carbon API on Mac OS X, define a few more
+    variables as well.  */
+ #ifdef HAVE_CARBON
+ #define HAVE_WINDOW_SYSTEM
+ #define HAVE_MOUSE
+ #define HAVE_MENUS
  #endif
  
  /* Define USER_FULL_NAME to return a string



reply via email to

[Prev in Thread] Current Thread [Next in Thread]