Fixed typo in UBsan detection

pull/118/head
Jeffrey Walton 2016-01-12 06:57:05 -05:00
parent c1536c6379
commit 3a675a41c9
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ fi
# Fixups... Cygwin and MinGW both advertise sanitizer support, but the program fails to link.
if [ "$HAVE_UBSAN" -eq "0" ] || [ "$HAVE_ASAN" -eq "0" ] || [ "$IS_CYGWIN" -ne "0" ] || [ "$IS_MINGW" -ne "0" ]; then
HAVE_UBAN=0
HAVE_UBSAN=0
HAVE_ASAN=0
fi