don't output strange "base (hosted)" message when not cross-compiling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
9
configure
vendored
9
configure
vendored
@@ -9494,8 +9494,13 @@ echo "${ECHO_T}$toolkit_echo" >&6
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
if test "x$host_alias" != "x"; then
|
||||||
echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
|
echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
|
||||||
echo "${ECHO_T}base ($host_alias hosted) only" >&6
|
echo "${ECHO_T}base ($host_alias hosted) only" >&6
|
||||||
|
else
|
||||||
|
echo "$as_me:$LINENO: result: base only" >&5
|
||||||
|
echo "${ECHO_T}base only" >&6
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wants_win32=0
|
wants_win32=0
|
||||||
@@ -34725,12 +34730,13 @@ fi
|
|||||||
ac_config_commands="$ac_config_commands default"
|
ac_config_commands="$ac_config_commands default"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if test "$wxUSE_GUI" = "yes"; then
|
if test "$wxUSE_GUI" = "yes"; then
|
||||||
SUBDIRS="samples demos utils contrib"
|
SUBDIRS="samples demos utils contrib"
|
||||||
else SUBDIRS="samples utils"
|
else SUBDIRS="samples utils"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for subdir in `echo $SUBDIRS`; do
|
for subdir in echo `$SUBDIRS`; do
|
||||||
if test -d ${srcdir}/${subdir} ; then
|
if test -d ${srcdir}/${subdir} ; then
|
||||||
if test "$wxUSE_GUI" = "yes"; then
|
if test "$wxUSE_GUI" = "yes"; then
|
||||||
makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
|
makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
|
||||||
@@ -34750,6 +34756,7 @@ for subdir in `echo $SUBDIRS`; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
cat >confcache <<\_ACEOF
|
cat >confcache <<\_ACEOF
|
||||||
# This file is a shell script that caches the results of configure
|
# This file is a shell script that caches the results of configure
|
||||||
# tests run on this system so they can be shared between configure
|
# tests run on this system so they can be shared between configure
|
||||||
|
@@ -1186,7 +1186,11 @@ if test "$wxUSE_GUI" = "yes"; then
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
if test "x$host_alias" != "x"; then
|
||||||
AC_MSG_RESULT(base ($host_alias hosted) only)
|
AC_MSG_RESULT(base ($host_alias hosted) only)
|
||||||
|
else
|
||||||
|
AC_MSG_RESULT(base only)
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user