--- alsa-tools-1.0.11.orig/qlo10k1/acinclude.m4 2005-05-17 18:12:50.000000000 +0200 +++ alsa-tools-1.0.11/qlo10k1/acinclude.m4 2006-08-24 00:07:33.000000000 +0200 @@ -86,30 +86,30 @@ ;; *) - QT_IS_STATIC=`ls $QTDIR/lib/*.a 2> /dev/null` + QT_IS_STATIC="" if test "x$QT_IS_STATIC" = x; then QT_IS_STATIC="no" else QT_IS_STATIC="yes" fi if test x$QT_IS_STATIC = xno ; then - QT_IS_DYNAMIC=`ls $QTDIR/lib/*.so 2> /dev/null` + QT_IS_DYNAMIC=`ls $QTDIR/lib/libqt*.so 2> /dev/null` if test "x$QT_IS_DYNAMIC" = x; then AC_MSG_ERROR([*** Couldn't find any Qt libraries]) fi fi - if test "x`ls $QTDIR/lib/libqt.{a,so} 2> /dev/null`" != x ; then + if test "x`ls $QTDIR/lib/libqt.so 2> /dev/null`" != x ; then QT_LIB="-lqt" QT_IS_MT="no" - elif test "x`ls $QTDIR/lib/libqt-mt.{a,so} 2> /dev/null`" != x ; then + elif test "x`ls $QTDIR/lib/libqt-mt.so 2> /dev/null`" != x ; then QT_LIB="-lqt-mt" QT_IS_MT="yes" - elif test "x`ls $QTDIR/lib/libqte.{a,so} 2> /dev/null`" != x ; then + elif test "x`ls $QTDIR/lib/libqte.so 2> /dev/null`" != x ; then QT_LIB="-lqte" QT_IS_MT="no" QT_IS_EMBEDDED="yes" - elif test "x`ls $QTDIR/lib/libqte-mt.{a,so} 2> /dev/null`" != x ; then + elif test "x`ls $QTDIR/lib/libqte-mt.so 2> /dev/null`" != x ; then QT_LIB="-lqte-mt" QT_IS_MT="yes" QT_IS_EMBEDDED="yes"