[configure.in] Don't include cairo-features.h in cairo-no-features.h

No idea why I did before.
This commit is contained in:
Behdad Esfahbod 2008-09-01 21:50:31 -04:00
parent 5f571290db
commit 3385907097

View file

@ -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