summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-19 15:50:38 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-19 15:50:38 +0000
commit80a5676bdc8f404eb5a42648b4e4ea04ac0f2577 (patch)
tree2993aa7dac39de8db8a9b0e53a765851ccd7c1f6
parent22f4937e955a00d4fa099545ceb5523eafafd8a9 (diff)
downloadgst-plugins-bad-80a5676bdc8f404eb5a42648b4e4ea04ac0f2577.tar.gz
gst-plugins-bad-80a5676bdc8f404eb5a42648b4e4ea04ac0f2577.tar.bz2
gst-plugins-bad-80a5676bdc8f404eb5a42648b4e4ea04ac0f2577.zip
removing config.h
Original commit message from CVS: removing config.h
-rw-r--r--ChangeLog5
-rw-r--r--gst-libs/gst/gst-i18n-plugin.h4
2 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 3360806a..9950c5e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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:
adding autopoint invocation
* Makefile.am:
diff --git a/gst-libs/gst/gst-i18n-plugin.h b/gst-libs/gst/gst-i18n-plugin.h
index a57eb73b..0fd51465 100644
--- a/gst-libs/gst/gst-i18n-plugin.h
+++ b/gst-libs/gst/gst-i18n-plugin.h
@@ -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