diff options
author | Ted Gould <ted@gould.cx> | 2010-08-18 11:02:28 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-18 11:02:28 -0500 |
commit | d0975614e095e07b839eebbfcb8ac14d8124c19b (patch) | |
tree | 8dd0229382d0b76a6447ee7ca5aeb79b2ed67572 /config.h.in | |
parent | 1c80632cb5c3aa06e9788eb35122d3bd7e717e08 (diff) | |
parent | 5c85a799d1b5bd613177ff80bf36d11f13afec1e (diff) | |
download | libayatana-indicator-d0975614e095e07b839eebbfcb8ac14d8124c19b.tar.gz libayatana-indicator-d0975614e095e07b839eebbfcb8ac14d8124c19b.tar.bz2 libayatana-indicator-d0975614e095e07b839eebbfcb8ac14d8124c19b.zip |
* New upstream release.
* Removing a g_error that was breaking Unity on failed icons
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 427ac92..f2c221a 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,8 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* build with extra debug information */ +#undef ENABLE_DEBUG + /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H |