comparison configure @ 656:34dad3ed923a

* Regenerate configure
author Chris Cannam
date Fri, 08 Oct 2010 12:05:40 +0100
parents 0d639fe81481
children 1bb85de8c5b9
comparison
equal deleted inserted replaced
655:3270c92deacd 656:34dad3ed923a
4153 from the wrong version of Qt (Qt4 is required). Please check 4153 from the wrong version of Qt (Qt4 is required). Please check
4154 that this is the correct version of qmake for Qt4 builds. 4154 that this is the correct version of qmake for Qt4 builds.
4155 " >&2;} 4155 " >&2;}
4156 esac 4156 esac
4157 4157
4158 case "`uname`" in
4159 *Darwin*) QMAKE="$QMAKE -spec macx-g++";;
4160 esac
4161
4158 4162
4159 4163
4160 SV_DEFINES_DEBUG="-DDEBUG -DBUILD_DEBUG -DWANT_TIMING" 4164 SV_DEFINES_DEBUG="-DDEBUG -DBUILD_DEBUG -DWANT_TIMING"
4161 SV_DEFINES_RELEASE="-DNDEBUG -DBUILD_RELEASE -DNO_TIMING" 4165 SV_DEFINES_RELEASE="-DNDEBUG -DBUILD_RELEASE -DNO_TIMING"
4162 SV_DEFINES_MINIMAL="$SV_DEFINES_RELEASE" 4166 SV_DEFINES_MINIMAL="$SV_DEFINES_RELEASE"