diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-01 21:50:31 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-02 20:24:01 -0400 |
commit | 33859070975ebc164f4f02093a2fe3335ccdb855 (patch) | |
tree | 18777d6b529d57db40eed3b9134c4de67d2a461e /configure.in | |
parent | 5f571290db05858133634f3d075030e1b3a3d121 (diff) |
[configure.in] Don't include cairo-features.h in cairo-no-features.h
No idea why I did before.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in index d90d246f..d34e42f9 100644 --- a/configure.in +++ b/configure.in @@ -1067,8 +1067,6 @@ AC_CONFIG_COMMANDS([src/cairo-no-features.h], #ifndef CAIRO_NO_FEATURES_H #define CAIRO_NO_FEATURES_H -#include <cairo-features.h> - /* This is a dummy header, to trick gtk-doc only */ _EOF |