define wxUSE_FONTENUM

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-07-21 07:31:28 +00:00
parent e0f88b1ac7
commit 9795e0dbc2
2 changed files with 12 additions and 1 deletions

9
configure vendored
View File

@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in 47607 2007-07-21 01:42:58Z VZ .
# From configure.in Id: configure.in 47609 2007-07-21 02:20:00Z VZ .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
#
@@ -47540,6 +47540,13 @@ fi
if test "$wxUSE_FONTENUM" = "yes" ; then
cat >>confdefs.h <<\_ACEOF
#define wxUSE_FONTENUM 1
_ACEOF
fi
if test "$wxUSE_FONTMAP" = "yes" ; then
cat >>confdefs.h <<\_ACEOF
#define wxUSE_FONTMAP 1

View File

@@ -6182,6 +6182,10 @@ dnl ---------------------------------------------------------------------------
dnl String stuff
dnl ---------------------------------------------------------------------------
if test "$wxUSE_FONTENUM" = "yes" ; then
AC_DEFINE(wxUSE_FONTENUM)
fi
if test "$wxUSE_FONTMAP" = "yes" ; then
AC_DEFINE(wxUSE_FONTMAP)
fi