Fixed test for libuuid.a

This commit is contained in:
Sam Lantinga 2014-03-01 11:39:39 -08:00
parent 2a67548a3f
commit d49962359a
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -22808,7 +22808,7 @@ $as_echo "#define SDL_LOADSO_WINDOWS 1" >>confdefs.h
have_loadso=yes have_loadso=yes
fi fi
# Set up the system libraries we need # Set up the system libraries we need
if -f /lib/w32api/libuuid.a ; then if test -f /lib/w32api/libuuid.a; then
LIBUUID=/lib/w32api/libuuid.a LIBUUID=/lib/w32api/libuuid.a
else else
LIBUUID=-luuid LIBUUID=-luuid

View File

@ -2860,7 +2860,7 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau
have_loadso=yes have_loadso=yes
fi fi
# Set up the system libraries we need # Set up the system libraries we need
if [ -f /lib/w32api/libuuid.a ]; then if test -f /lib/w32api/libuuid.a; then
LIBUUID=/lib/w32api/libuuid.a LIBUUID=/lib/w32api/libuuid.a
else else
LIBUUID=-luuid LIBUUID=-luuid