From: Vadim Zeitlin Date: Sat, 21 Jul 2007 07:31:28 +0000 (+0000) Subject: define wxUSE_FONTENUM X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9795e0dbc21ae20dfad3b4d2540ae0949e888538 define wxUSE_FONTENUM git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index 8757436fae..86eeba55db 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index 27f84655c9..6bbc9538d6 100644 --- a/configure.in +++ b/configure.in @@ -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