fix last commit, it seems spaces are not allowed between macro and paren
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d6f2a8911e
commit
b3482afb55
32
configure
vendored
32
configure
vendored
@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.in Id: configure.in 47742 2007-07-27 03:38:33Z DE .
|
# From configure.in Id: configure.in 47747 2007-07-27 14:57:31Z 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.
|
||||||
#
|
#
|
||||||
@ -1847,7 +1847,7 @@ Optional Features:
|
|||||||
--enable-xpm use xpm images (XPM file format)
|
--enable-xpm use xpm images (XPM file format)
|
||||||
--enable-icocur use Windows ICO and CUR formats
|
--enable-icocur use Windows ICO and CUR formats
|
||||||
--enable-dccache cache temporary wxDC objects (Win32 only)
|
--enable-dccache cache temporary wxDC objects (Win32 only)
|
||||||
|
--enable-iniconf use wxIniConfig (Win32 only)
|
||||||
--enable-ps-in-msw use PS printing in wxMSW (Win32 only)
|
--enable-ps-in-msw use PS printing in wxMSW (Win32 only)
|
||||||
--enable-ownerdrawn use owner drawn controls (Win32 only)
|
--enable-ownerdrawn use owner drawn controls (Win32 only)
|
||||||
--enable-regkey use wxRegKey class (Win32 only)
|
--enable-regkey use wxRegKey class (Win32 only)
|
||||||
@ -15592,49 +15592,49 @@ echo "${ECHO_T}$result" >&6; }
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
{ echo "$as_me:$LINENO: checking for --${enablestring:-enable}-" >&5
|
{ echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iniconf" >&5
|
||||||
echo $ECHO_N "checking for --${enablestring:-enable}-... $ECHO_C" >&6; }
|
echo $ECHO_N "checking for --${enablestring:-enable}-iniconf... $ECHO_C" >&6; }
|
||||||
# Check whether --enable- was given.
|
# Check whether --enable-iniconf was given.
|
||||||
if test "${enable_+set}" = set; then
|
if test "${enable_iniconf+set}" = set; then
|
||||||
enableval=$enable_;
|
enableval=$enable_iniconf;
|
||||||
if test "$enableval" = yes; then
|
if test "$enableval" = yes; then
|
||||||
wx_cv_use_='=yes'
|
wx_cv_use_iniconf='wxUSE_INICONF=yes'
|
||||||
else
|
else
|
||||||
wx_cv_use_='=no'
|
wx_cv_use_iniconf='wxUSE_INICONF=no'
|
||||||
fi
|
fi
|
||||||
cache=yes
|
cache=yes
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
cache=no
|
cache=no
|
||||||
LINE=`grep "^=" ${wx_arg_cache_file}`
|
LINE=`grep "^wxUSE_INICONF=" ${wx_arg_cache_file}`
|
||||||
if test "x$LINE" != x ; then
|
if test "x$LINE" != x ; then
|
||||||
eval "DEFAULT_$LINE"
|
eval "DEFAULT_$LINE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wx_cv_use_='=${'DEFAULT_":-$defaultval}"
|
wx_cv_use_iniconf='wxUSE_INICONF=${'DEFAULT_wxUSE_INICONF":-$defaultval}"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
eval "$wx_cv_use_"
|
eval "$wx_cv_use_iniconf"
|
||||||
if test "x$cache" = xyes; then
|
if test "x$cache" = xyes; then
|
||||||
echo "=$" >> ${wx_arg_cache_file}.tmp
|
echo "wxUSE_INICONF=$wxUSE_INICONF" >> ${wx_arg_cache_file}.tmp
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x"$enablestring" = xdisable; then
|
if test x"$enablestring" = xdisable; then
|
||||||
if test $ = yes; then
|
if test $wxUSE_INICONF = yes; then
|
||||||
result=no
|
result=no
|
||||||
else
|
else
|
||||||
result=yes
|
result=yes
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
result=$
|
result=$wxUSE_INICONF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
{ echo "$as_me:$LINENO: result: $result" >&5
|
{ echo "$as_me:$LINENO: result: $result" >&5
|
||||||
echo "${ECHO_T}$result" >&6; }
|
echo "${ECHO_T}$result" >&6; }
|
||||||
(iniconf, --enable-iniconf use wxIniConfig (Win32 only), wxUSE_INICONF)
|
|
||||||
|
|
||||||
enablestring=
|
enablestring=
|
||||||
defaultval=$wxUSE_ALL_FEATURES
|
defaultval=$wxUSE_ALL_FEATURES
|
||||||
|
@ -934,7 +934,7 @@ dnl wxMSW-only options
|
|||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
|
|
||||||
WX_ARG_FEATURE(dccache, [ --enable-dccache cache temporary wxDC objects (Win32 only)], wxUSE_DC_CACHEING)
|
WX_ARG_FEATURE(dccache, [ --enable-dccache cache temporary wxDC objects (Win32 only)], wxUSE_DC_CACHEING)
|
||||||
WX_ARG_ENABLE (iniconf, [ --enable-iniconf use wxIniConfig (Win32 only)], wxUSE_INICONF)
|
WX_ARG_ENABLE(iniconf, [ --enable-iniconf use wxIniConfig (Win32 only)], wxUSE_INICONF)
|
||||||
WX_ARG_FEATURE(ps-in-msw, [ --enable-ps-in-msw use PS printing in wxMSW (Win32 only)], wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW)
|
WX_ARG_FEATURE(ps-in-msw, [ --enable-ps-in-msw use PS printing in wxMSW (Win32 only)], wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW)
|
||||||
WX_ARG_FEATURE(ownerdrawn, [ --enable-ownerdrawn use owner drawn controls (Win32 only)], wxUSE_OWNER_DRAWN)
|
WX_ARG_FEATURE(ownerdrawn, [ --enable-ownerdrawn use owner drawn controls (Win32 only)], wxUSE_OWNER_DRAWN)
|
||||||
WX_ARG_FEATURE(regkey, [ --enable-regkey use wxRegKey class (Win32 only)], wxUSE_REGKEY)
|
WX_ARG_FEATURE(regkey, [ --enable-regkey use wxRegKey class (Win32 only)], wxUSE_REGKEY)
|
||||||
|
Loading…
Reference in New Issue
Block a user