Enable using built-in libtiff on Linux
This commit is contained in:
parent
9f657ff8a7
commit
39ba1ec447
@ -3,7 +3,7 @@
|
||||
hardcoded definitions for MSVC, Xcode and MinGW when using makefiles.
|
||||
*/
|
||||
|
||||
#ifdef __APPLE__
|
||||
#ifndef _WIN32
|
||||
|
||||
/* Define to 1 if you have the <assert.h> header file. */
|
||||
#define HAVE_ASSERT_H 1
|
||||
@ -330,7 +330,7 @@
|
||||
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
||||
#define TIME_WITH_SYS_TIME 1
|
||||
|
||||
#else /* __APPLE__ */
|
||||
#else /* _WIN32 */
|
||||
|
||||
/* Define to 1 if you have the <assert.h> header file. */
|
||||
#define HAVE_ASSERT_H 1
|
||||
|
@ -15,7 +15,7 @@
|
||||
#ifndef _TIFFCONF_
|
||||
#define _TIFFCONF_
|
||||
|
||||
#ifdef __APPLE__
|
||||
#ifndef _WIN32
|
||||
#include "tif_config.h"
|
||||
#else
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user