summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-30 02:15:10 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-30 02:15:10 -0500
commit4e0674395047ad477209f57312f30cbf58375f8b (patch)
tree2d6cdaf2e2674a3cef7e0d31979e75f582db91cc /configure
parent1db4f237a710955a817c7aca65a716d85573304b (diff)
downloadqt3-4e0674395047ad477209f57312f30cbf58375f8b.tar.gz
qt3-4e0674395047ad477209f57312f30cbf58375f8b.zip
Remove completely obsolete libjpeg directory
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 2 insertions, 6 deletions
diff --git a/configure b/configure
index 2dc3f31..28e9fa7 100755
--- a/configure
+++ b/configure
@@ -257,7 +257,7 @@ CFG_ZLIB=yes
CFG_PNG=yes
CFG_LIBPNG=qt
CFG_JPEG=auto
-CFG_LIBJPEG=qt
+CFG_LIBJPEG=system
CFG_MNG=auto
CFG_LIBMNG=qt
CFG_XCURSOR=auto
@@ -1989,7 +1989,7 @@ Usage: $relconf [-prefix dir] [-buildkey key] [-docdir dir] [-headerdir dir]
[-libdir dir] [-bindir dir] [-plugindir dir ] [-datadir dir]
[-translationdir dir] [-sysconfdir dir] [-debug] [-release]
[-no-gif] [-qt-gif] [-no-sm] [-sm] [-qt-zlib] [-system-zlib]
- [-qt-libjpeg] [-system-libjpeg] [-qt-libpng] [-system-libpng]
+ [-qt-libpng] [-system-libpng]
[-qt-libmng] [-system-libmng] [-no-thread] [-thread] [-no-nis] [-nis]
[-no-cups] [-cups] [-no-largefile] [-largefile] [-version-script]
[-no-stl] [-stl] [-no-ipv6 ] [-ipv6] [-Istring] [-lstring]
@@ -2147,10 +2147,6 @@ Third Party Image Loading Libraries:
-system-libpng ..... Use libpng from the operating system.
See http://www.libpng.org/pub/png
- * -qt-libjpeg ........ Use the libjpeg bundled with Qt.
- -system-libjpeg .... Use jpeglib from the operating system.
- See http://www.ijg.org
-
* -qt-libmng ......... Use the libmng bundled with Qt.
-system-libmng ..... Use libmng from the operating system.
See http://www.libmng.com