Removed removal of config.log which is stupid and hinders debugging.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1998-09-29 14:26:28 +00:00
parent 1c3d41800c
commit 851b94590a
2 changed files with 53 additions and 53 deletions

View File

@@ -371,7 +371,7 @@ fi
echo dummy > sub/file
${MAKE-make} -f confMake VPATH=sub 2> config.log > /dev/null
RESULT=$?
rm -f sub/file check final_file config.log confMake
rm -f sub/file check final_file confMake
rmdir sub
if test "$RESULT" = 0; then
AC_MSG_RESULT(yes)