From 116c9626e42a4674b99377589a5c57e3c1a0c0eb Mon Sep 17 00:00:00 2001 From: jylam Date: Thu, 23 Oct 2008 12:12:52 +0000 Subject: [PATCH] * Added stub USE_GDIPLUS definition to make the whole stuff compilable again git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@3071 92316355-f0b4-4df1-b90c-862c8a59935f --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 20e1874..ff3cd7d 100644 --- a/configure.ac +++ b/configure.ac @@ -148,8 +148,9 @@ if test "${ac_cv_my_have_gdi}" != "no"; then AC_DEFINE(USE_GDI, 1, Define to 1 to use GDI) fi AM_CONDITIONAL(USE_GDI, test "${ac_cv_my_have_gdi}" = "yes") +AM_CONDITIONAL(USE_GDIPLUS, test "${ac_cv_my_have_gdi}" = "yes") -# Use Cocoa? +# Use Cocoa? ac_cv_my_have_cocoa="no" AC_CHECK_HEADERS(/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h, [