Browse Source

* 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
remotes/tiles
jylam 16 years ago
parent
commit
116c9626e4
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      configure.ac

+ 2
- 1
configure.ac View File

@@ -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,
[


Loading…
Cancel
Save