Changeset 981 for trunk/configure.ac
- Timestamp:
- Sep 25, 2011, 12:21:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r960 r981 264 264 265 265 266 dnl Use Windows GDI+? 267 ac_cv_my_have_gdiplus="no" 268 AC_LANG_PUSH(C++) 269 AC_CHECK_HEADERS(Gdiplus.h, 270 [ac_cv_my_have_gdiplus="yes" 271 LOL_LIBS="${LOL_LIBS} -lgdiplus"], 272 [ac_cv_my_have_gdiplus="no"], 273 [#include <algorithm> 274 using std::min; 275 using std::max; 276 #include <windows.h>]) 277 AC_LANG_POP(C++) 278 if test "${ac_cv_my_have_gdiplus}" != "no"; then 279 AC_DEFINE(USE_GDIPLUS, 1, Define to 1 to use GDI+) 280 fi 281 AM_CONDITIONAL(USE_GDIPLUS, test "${ac_cv_my_have_gdiplus}" = "yes") 282 283 266 284 dnl Use libcaca? (required for font generation) 267 285 ac_cv_my_have_caca="no"
Note: See TracChangeset
for help on using the changeset viewer.