diff options
author | Andrew Choi <akochoi@shaw.ca> | 2002-05-01 04:30:59 +0000 |
---|---|---|
committer | Andrew Choi <akochoi@shaw.ca> | 2002-05-01 04:30:59 +0000 |
commit | e3ba1015a28b20635514da8ce1f2c10c1f9ab87a (patch) | |
tree | 2c6e33a6a61e63c61305fb817ab8b7331df027a4 /configure | |
parent | 39e2c94978b4964e662e26326c3791d33224c15f (diff) | |
download | emacs-e3ba1015a28b20635514da8ce1f2c10c1f9ab87a.tar.gz |
2002-04-30 Andrew Choi <akochoi@shaw.ca>
* configure.in: Provide documentation string when defining
variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure index 2d81a9c66f6..ee57aa03a52 100755 --- a/configure +++ b/configure @@ -9166,7 +9166,8 @@ fi fi if test "${HAVE_CARBON}" = "yes"; then - cat >>confdefs.h <<\_ACEOF + +cat >>confdefs.h <<\_ACEOF #define HAVE_CARBON 1 _ACEOF |