removing config.h

Original commit message from CVS:
removing config.h
This commit is contained in:
Thomas Vander Stichele 2004-01-19 15:50:38 +00:00
parent 0d030dd3fa
commit 01e210d650
2 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
* gst-libs/gst/gst-i18n-plugin.h:
remove config.h inclusion
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
* autogen.sh:

View file

@ -25,10 +25,6 @@
#include "gettext.h" /* included with gettext distribution and copied */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifndef GETTEXT_PACKAGE
#error You must define GETTEXT_PACKAGE before including this header.
#endif