]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't need image libraries anymore.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 10 Jan 2013 19:01:13 +0000 (19:01 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 10 Jan 2013 19:01:13 +0000 (19:01 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10794 7a7537e8-13f0-0310-91df-b6672ffda945

config.h.in

index 4ad31b218125a7c01dcb7216860000f8646b7804..a9807a3f1424373b260b61769b916ba90c462cf6 100644 (file)
 
 
 /*
- * Do we have various image libraries?
+ * Do we have ZLIB?
  */
 
-#undef HAVE_LIBPNG
 #undef HAVE_LIBZ
-#undef HAVE_LIBJPEG
-#undef HAVE_LIBTIFF
 
 
 /*