comparison configure @ 208:bf90b28b78d4

* Regenerate configure
author Chris Cannam
date Fri, 08 Oct 2010 12:05:48 +0100
parents 58e41f580714
children 70b2681665a7
comparison
equal deleted inserted replaced
207:fcac1e59d4c1 208:bf90b28b78d4
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"