Revision: 4311
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4311&view=rev
Author:   ossman_
Date:     2011-03-02 15:41:22 +0000 (Wed, 02 Mar 2011)

Log Message:
-----------
Make sure configure aborts if libjpeg isn't found.

Modified Paths:
--------------
    trunk/configure.ac

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac  2011-03-02 15:38:19 UTC (rev 4310)
+++ trunk/configure.ac  2011-03-02 15:41:22 UTC (rev 4311)
@@ -195,7 +195,7 @@
 AC_CONFIG_SUBDIRS([zlib])
 
 dnl Check for libjpeg library
-AC_SEARCH_LIBS([jpeg_destroy_compress], [jpeg])
+AC_SEARCH_LIBS([jpeg_destroy_compress], [jpeg], [], [AC_MSG_ERROR(["libjpeg is 
required to build TigerVNC"])])
 
 AC_CHECK_FUNCS([vsnprintf snprintf strcasecmp strncasecmp])
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Tigervnc-commits mailing list
Tigervnc-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to