comparison configure @ 45053:6ff64f2aa959

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.
author Andrew Choi <akochoi@shaw.ca>
date Wed, 01 May 2002 04:30:59 +0000
parents 27ae12d5d8e5
children 77e67c428a9f
comparison
equal deleted inserted replaced
45052:8357077d84d7 45053:6ff64f2aa959
9164 9164
9165 9165
9166 fi 9166 fi
9167 9167
9168 if test "${HAVE_CARBON}" = "yes"; then 9168 if test "${HAVE_CARBON}" = "yes"; then
9169 cat >>confdefs.h <<\_ACEOF 9169
9170 cat >>confdefs.h <<\_ACEOF
9170 #define HAVE_CARBON 1 9171 #define HAVE_CARBON 1
9171 _ACEOF 9172 _ACEOF
9172 9173
9173 fi 9174 fi
9174 9175