[Fwd: AC_CHECK_DEFINE for values]
Benjamin Esquivel <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.archive-maintainers |
|---|---|
| Organization | Intel OTC |
| Message-ID | <[email protected]> |
Hello, I hope this list can give me an answer to this question below. In sum: I'm looking for a macro for checking the value of a define. Regards, Benjamin -------- Forwarded Message -------- From: Benjamin Esquivel <[email protected]> Reply-to: [email protected] To: [email protected] Subject: AC_CHECK_DEFINE for values Date: Thu, 05 Mar 2015 17:38:26 -0600 Hello, I'm using your AC_CHECK_DEFINE macro which has helped a lot in reducing the lines of the configure files and improve readability too. I wanted to ask you whether you're aware of a macro like that but one that could check the value of the define. Say: #define VAR 3 AC_CHECK_DEFINE lets me know that it is defined but not to check the definition itself. Perhaps there is a simple way to do it and I don't know? Regards, Benjamin