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:
9
configure
vendored
9
configure
vendored
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /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.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
|
# 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
|
if test "$wxUSE_FONTMAP" = "yes" ; then
|
||||||
cat >>confdefs.h <<\_ACEOF
|
cat >>confdefs.h <<\_ACEOF
|
||||||
#define wxUSE_FONTMAP 1
|
#define wxUSE_FONTMAP 1
|
||||||
|
@@ -6182,6 +6182,10 @@ dnl ---------------------------------------------------------------------------
|
|||||||
dnl String stuff
|
dnl String stuff
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
if test "$wxUSE_FONTENUM" = "yes" ; then
|
||||||
|
AC_DEFINE(wxUSE_FONTENUM)
|
||||||
|
fi
|
||||||
|
|
||||||
if test "$wxUSE_FONTMAP" = "yes" ; then
|
if test "$wxUSE_FONTMAP" = "yes" ; then
|
||||||
AC_DEFINE(wxUSE_FONTMAP)
|
AC_DEFINE(wxUSE_FONTMAP)
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user