- remove AC_MSG_NOTICE([using $WX_CONFIG as ...]) because it looked like
an error message even though it was perfectly normal.
This commit is contained in:
parent
db0a37824c
commit
4650017086
2
bochs/configure
vendored
2
bochs/configure
vendored
@ -10908,8 +10908,6 @@ echo $ECHO_N "checking for wxWindows configuration script... $ECHO_C" >&6
|
||||
echo "$as_me:$LINENO: result: $WX_CONFIG" >&5
|
||||
echo "${ECHO_T}$WX_CONFIG" >&6
|
||||
|
||||
{ echo "$as_me:$LINENO: using $WX_CONFIG as wxWindows configuration script" >&5
|
||||
echo "$as_me: using $WX_CONFIG as wxWindows configuration script" >&6;}
|
||||
ok_wx_version=0
|
||||
echo "$as_me:$LINENO: checking for wxWindows library version" >&5
|
||||
echo $ECHO_N "checking for wxWindows library version... $ECHO_C" >&6
|
||||
|
@ -2,7 +2,7 @@ dnl // Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(bochs.h)
|
||||
AC_REVISION([[$Id: configure.in,v 1.147 2002-10-03 21:03:16 bdenney Exp $]])
|
||||
AC_REVISION([[$Id: configure.in,v 1.148 2002-10-05 12:07:51 bdenney Exp $]])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
|
||||
dnl // Put Bochs version information right here so that it gets substituted
|
||||
@ -1395,7 +1395,6 @@ fi
|
||||
AC_MSG_CHECKING(for wxWindows configuration script)
|
||||
AC_MSG_RESULT($WX_CONFIG)
|
||||
|
||||
AC_MSG_NOTICE([using $WX_CONFIG as wxWindows configuration script])
|
||||
ok_wx_version=0
|
||||
AC_MSG_CHECKING(for wxWindows library version)
|
||||
if test x$WX_CONFIG != xnot_found; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user