remove sdltest file after use
This commit is contained in:
parent
24fd9a69ab
commit
e9d4fb655b
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -13092,7 +13092,7 @@ echo "$as_me: error: *** Please upgrade your SDL version" >&2;}
|
|||
fi
|
||||
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
||||
fi
|
||||
|
||||
rm -f conf.sdltest
|
||||
|
||||
CFLAGS="$ac_save_CFLAGS"
|
||||
LIBS="$ac_save_LIBS"
|
||||
|
|
|
@ -245,7 +245,7 @@ int main (int argc, char **argv)
|
|||
[AC_MSG_RESULT(no)]
|
||||
[AC_MSG_ERROR([*** Please upgrade your SDL version])],
|
||||
[AC_MSG_RESULT[not tested in cross-compiling]])
|
||||
|
||||
rm -f conf.sdltest
|
||||
|
||||
CFLAGS="$ac_save_CFLAGS"
|
||||
LIBS="$ac_save_LIBS"
|
||||
|
|
Loading…
Add table
Reference in a new issue