]> git.pld-linux.org Git - packages/dssi.git/blame - dssi-qt_test.patch
- default DSSI_PATH fixed for the jack host on 64-bit systems
[packages/dssi.git] / dssi-qt_test.patch
CommitLineData
a72f4010
JK
1diff -dur dssi-1.0.0.orig/configure.ac dssi-1.0.0/configure.ac
2--- dssi-1.0.0.orig/configure.ac 2009-01-05 02:47:50.000000000 +0100
3+++ dssi-1.0.0/configure.ac 2009-12-06 21:50:57.000000000 +0100
4@@ -68,14 +68,7 @@
5 fi
6 else
7 AC_MSG_RESULT([$QTDIR])
8- AC_MSG_CHECKING([for Qt library])
9- if test -f $QTDIR/lib/libqt-mt.so -o -f $QTDIR/lib/libqt-mt.a; then
10 with_qt=yes
11- AC_MSG_RESULT([in $QTDIR/lib])
12- else
13- with_qt=no
14- AC_MSG_RESULT([no. Perhaps QTDIR is not set correctly?])
15- fi
16 fi
17 if test "x${with_qt}" = xyes ; then
18 if test "x${QTINCDIR}" != x ; then
This page took 0.050044 seconds and 4 git commands to generate.