changeset 2334:345d38f25eb1 trunk

[svn] - only evaluate -DHAVE_CONFIG_H if we're in audacious core. closes #760.
author nenolod
date Mon, 15 Jan 2007 08:08:40 -0800
parents b235a81d8838
children e80c9dfc93aa
files ChangeLog src/audacious/util.h
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jan 14 18:58:03 2007 -0800
+++ b/ChangeLog	Mon Jan 15 08:08:40 2007 -0800
@@ -1,3 +1,11 @@
+2007-01-15 02:58:03 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [3676]
+  - gettext requires mkinstalldirs
+  
+  trunk/mkinstalldirs |  111 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+  1 file changed, 111 insertions(+)
+
+
 2007-01-15 02:53:45 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [3674]
   - warning cleanups
--- a/src/audacious/util.h	Sun Jan 14 18:58:03 2007 -0800
+++ b/src/audacious/util.h	Mon Jan 15 08:08:40 2007 -0800
@@ -24,8 +24,10 @@
 #ifndef UTIL_H
 #define UTIL_H
 
-#ifdef HAVE_CONFIG_H
+#ifdef _AUDACIOUS_CORE
+# ifdef HAVE_CONFIG_H
 #  include "config.h"
+# endif
 #endif
 
 #include <glib.h>