Opened 13 years ago
Closed 13 years ago
#630 closed enhancement (fixed)
HAVE_YAT is defined to /**/
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | trivial | Milestone: | yat 0.7 |
Component: | m4 | Version: | trunk |
Keywords: | Cc: |
Description
I use yat.m4 in my configure.ac as
YAT_CHECK_YAT([0.5],,[AC_MSG_ERROR([yat not found])] )
and get in config.h
/* define if yat library is available */ #define HAVE_YAT /**/
This works fine (I can use #ifdef), but it seems more standard to define constants to 1.
Change History (2)
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [2267]) define HAVE_YAT to 1. fixes #630