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

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