[accounts-dialog] Try to get along without config.h a little longer



commit 09c99ae5ae8e73f6bd6aef6de7819650a7fcec3e
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jan 15 11:30:00 2010 -0500

    Try to get along without config.h a little longer

 configure.ac             |    1 -
 src/main.c               |    2 --
 src/um-language-dialog.c |    2 --
 src/um-location-dialog.c |    2 --
 src/um-photo-dialog.c    |    2 --
 5 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f9ccb0e..307f513 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,6 @@ PKG_PROG_PKG_CONFIG
 AM_GLIB_GNU_GETTEXT
 IT_PROG_INTLTOOL([0.40.0])
 AM_MAINTAINER_MODE
-AC_CONFIG_HEADERS([config.h])
 
 AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal, no)
 if test x"$GLIB_GENMARSHAL" = xno; then
diff --git a/src/main.c b/src/main.c
index 41bc801..856389a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -19,8 +19,6 @@
  * Written by: Matthias Clasen <mclasen redhat com>
  */
 
-#include "config.h"
-
 #include <stdlib.h>
 #include <string.h>
 #include <locale.h>
diff --git a/src/um-language-dialog.c b/src/um-language-dialog.c
index 67239fc..b9bdd5b 100644
--- a/src/um-language-dialog.c
+++ b/src/um-language-dialog.c
@@ -19,8 +19,6 @@
  * Written by: Matthias Clasen <mclasen redhat com>
  */
 
-#include "config.h"
-
 #include <stdlib.h>
 #include <locale.h>
 
diff --git a/src/um-location-dialog.c b/src/um-location-dialog.c
index a541c9d..4919fbd 100644
--- a/src/um-location-dialog.c
+++ b/src/um-location-dialog.c
@@ -19,8 +19,6 @@
  * Written by: Matthias Clasen <mclasen redhat com>
  */
 
-#include "config.h"
-
 #include <stdlib.h>
 
 #include <glib.h>
diff --git a/src/um-photo-dialog.c b/src/um-photo-dialog.c
index 5161ba8..5047579 100644
--- a/src/um-photo-dialog.c
+++ b/src/um-photo-dialog.c
@@ -19,8 +19,6 @@
  * Written by: Matthias Clasen <mclasen redhat com>
  */
 
-#include "config.h"
-
 #include <stdlib.h>
 
 #include <glib.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]