fixed a bug/typo in configure introduced by the previous commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
20
configure
vendored
20
configure
vendored
@@ -1949,17 +1949,17 @@ if test "${with_x11+set}" = set; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking for --enable-nanox ""... $ac_c" 1>&6
|
echo $ac_n "checking for --enable-nanox""... $ac_c" 1>&6
|
||||||
echo "configure:1954: checking for --enable-nanox " >&5
|
echo "configure:1954: checking for --enable-nanox" >&5
|
||||||
no_cache=0
|
no_cache=0
|
||||||
# Check whether --enable-nanox or --disable-nanox was given.
|
# Check whether --enable-nanox or --disable-nanox was given.
|
||||||
if test "${enable_nanox +set}" = set; then
|
if test "${enable_nanox+set}" = set; then
|
||||||
enableval="$enable_nanox "
|
enableval="$enable_nanox"
|
||||||
|
|
||||||
if test "$enableval" = yes; then
|
if test "$enableval" = yes; then
|
||||||
ac_cv_use_nanox ='wxUSE_NANOX=yes'
|
ac_cv_use_nanox='wxUSE_NANOX=yes'
|
||||||
else
|
else
|
||||||
ac_cv_use_nanox ='wxUSE_NANOX=no'
|
ac_cv_use_nanox='wxUSE_NANOX=no'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
@@ -1971,14 +1971,14 @@ else
|
|||||||
no_cache=1
|
no_cache=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ac_cv_use_nanox ='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
|
ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
eval "$ac_cv_use_nanox "
|
eval "$ac_cv_use_nanox"
|
||||||
if test "$no_cache" != 1; then
|
if test "$no_cache" != 1; then
|
||||||
echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
|
echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$wxUSE_NANOX" = yes; then
|
if test "$wxUSE_NANOX" = yes; then
|
||||||
|
@@ -717,7 +717,7 @@ AC_ARG_WITH(pm, [ --with-pm use OS/2 Presentation Mana
|
|||||||
AC_ARG_WITH(mgl, [ --with-mgl use SciTech MGL], [wxUSE_MGL="$withval" CACHE_MGL=1 TOOLKIT_GIVEN=1])
|
AC_ARG_WITH(mgl, [ --with-mgl use SciTech MGL], [wxUSE_MGL="$withval" CACHE_MGL=1 TOOLKIT_GIVEN=1])
|
||||||
AC_ARG_WITH(microwin, [ --with-microwin use MicroWindows], [wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1])
|
AC_ARG_WITH(microwin, [ --with-microwin use MicroWindows], [wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1])
|
||||||
AC_ARG_WITH(x11, [ --with-x11 use X11], [wxUSE_X11="$withval" CACHE_X11=1 TOOLKIT_GIVEN=1])
|
AC_ARG_WITH(x11, [ --with-x11 use X11], [wxUSE_X11="$withval" CACHE_X11=1 TOOLKIT_GIVEN=1])
|
||||||
WX_ARG_ENABLE(nanox , [ --enable-nanox use NanoX], wxUSE_NANOX)
|
WX_ARG_ENABLE(nanox, [ --enable-nanox use NanoX], wxUSE_NANOX)
|
||||||
|
|
||||||
AC_ARG_ENABLE(gtk2, [ --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)],wxUSE_GTK2=1,wxUSE_GTK2=0)
|
AC_ARG_ENABLE(gtk2, [ --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)],wxUSE_GTK2=1,wxUSE_GTK2=0)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user