summaryrefslogtreecommitdiff
path: root/databases/libodbc++/files/patch-configure
blob: aacb29a8f4f786442136190ade36913e53225ec6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- configure.orig	Wed Dec 13 02:36:14 2000
+++ configure	Wed Oct  3 17:34:03 2001
@@ -3752,9 +3752,9 @@
 	
 	if test "x$enable_threads" = "xyes"
 	then
-		QT_LIBS="-lqt-mt"
+		QT_LIBS="-lqt2-mt"
 	else
-		QT_LIBS="-lqt"
+		QT_LIBS="-lqt2"
 	fi
 
 	QT_MOC="$qt_moc"