|
@@ -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
|