Only include config.h if HAVE_CONFIG_H is defined

This commit is contained in:
Lukáš Lalinský 2011-07-20 22:06:28 +02:00
parent 2fd10b5fd5
commit 3b4e4357e6
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#ifndef HAVE_ZLIB
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

View File

@ -23,7 +23,7 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#ifndef HAVE_ZLIB
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif