diff options
author | Thomas White <taw@physics.org> | 2010-07-06 18:09:59 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:52 +0100 |
commit | 68b8e4272dc7cb808323e7b37bd02170403332bd (patch) | |
tree | 95774493a79f565e63e37dc0ea22874de28dc88c /config.h.in | |
parent | 0bd1f78e65bf02dfff19b20f5883978c12f6d766 (diff) |
Add --disable-cairo option and compile without Cairo
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index ebef052e..1f653132 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,8 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Define to 1 if Cairo is available */ +#undef HAVE_CAIRO + /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H |