/[svn]/qsampler/trunk/configure.in
ViewVC logotype

Diff of /qsampler/trunk/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 500 by capela, Mon Feb 14 15:42:38 2005 UTC revision 501 by capela, Wed Apr 27 22:44:49 2005 UTC
# Line 53  AC_CACHE_CHECK([for Qt library], Line 53  AC_CACHE_CHECK([for Qt library],
53    ac_qtlib, [    ac_qtlib, [
54    for X in qt-mt qt; do    for X in qt-mt qt; do
55      if test "x$ac_qtlib" = "x"; then      if test "x$ac_qtlib" = "x"; then
56        if test -f $QTDIR/lib/lib$X.so -o -f $QTDIR/lib/lib$X.a; then        if test -f $QTDIR/lib/lib$X.so -o -f $QTDIR/lib/lib$X.a \
57               -o -f $QTDIR/lib/lib$X.la -o -f $QTDIR/lib/lib$X.dylib; then
58          ac_qtlib=$X          ac_qtlib=$X
59        fi        fi
60      fi      fi

Legend:
Removed from v.500  
changed lines
  Added in v.501

  ViewVC Help
Powered by ViewVC