]> git.pld-linux.org Git - packages/doxygen.git/blob - doxygen-qt-thread.patch
- up to 1.5.3
[packages/doxygen.git] / doxygen-qt-thread.patch
1 --- doxygen-1.5.1/configure~    2006-12-11 16:59:33.677809605 +0200
2 +++ doxygen-1.5.1/configure     2006-12-11 16:59:50.058178596 +0200
3 @@ -291,7 +291,7 @@
4      fi
5      echo " headers $QTDIR/include,"
6      echo "                     libraries $QTDIR/$LIBDIR"  
7 -    if test -n "`ls $QTDIR/$LIBDIR/* | grep qt-mt`"; then
8 +    if test -f $QTDIR/$LIBDIR/libqt-mt.la; then
9        f_thread=YES
10      fi
11    fi
This page took 0.046695 seconds and 3 git commands to generate.