Merge branch 'bootstrap-solaris' into release

This commit is contained in:
Brad King 2014-12-18 11:10:09 -05:00
commit cbbe840e96
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ if ${cmake_system_linux}; then
cmake_machine_parisc=true
fi
elif ${cmake_system_hpux}; then
if !(uname -m | grep ia64 >/dev/null 2>&1); then
if uname -m | grep ia64 >/dev/null 2>&1; then : ; else
cmake_machine_parisc=true
fi
fi