changeset 359:698c3d6f79a2

* Use macx-g++ qmake spec on OS/X
author Chris Cannam
date Fri, 08 Oct 2010 12:04:14 +0100
parents a5aa8d268817
children 0f1941a756ca
files acinclude.m4 configure
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/acinclude.m4	Fri Oct 08 11:58:04 2010 +0100
+++ b/acinclude.m4	Fri Oct 08 12:04:14 2010 +0100
@@ -94,5 +94,9 @@
 ])
 esac
 
+case "`uname`" in
+     *Darwin*) QMAKE="$QMAKE -spec macx-g++";;
+esac
+
 ])
 
--- a/configure	Fri Oct 08 11:58:04 2010 +0100
+++ b/configure	Fri Oct 08 12:04:14 2010 +0100
@@ -4156,6 +4156,10 @@
 " >&2;}
 esac
 
+case "`uname`" in
+     *Linux) QMAKE="$QMAKE -spec macx-g++";;
+esac
+
 
 
 SV_DEFINES_DEBUG="-DDEBUG -DBUILD_DEBUG -DWANT_TIMING"