From: Adam Tkac Date: Fri, 3 Apr 2009 14:47:50 +0000 (+0000) Subject: Check if C++ compiler is present. X-Git-Tag: v0.0.90~41 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4b0794d79d5bc2baa4f1a0c9229eaae7b10df26a;p=tigervnc.git Check if C++ compiler is present. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3750 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/common/jpeg/configure.ac b/common/jpeg/configure.ac index 8c23a501..02454588 100644 --- a/common/jpeg/configure.ac +++ b/common/jpeg/configure.ac @@ -14,6 +14,7 @@ AC_DEFINE([INCOMPLETE_TYPES_BROKEN], 1, [Define if you want use complete types]) # Checks for programs. AC_PROG_CPP AC_PROG_CC +AC_PROG_CXX AC_PROG_INSTALL AC_PROG_LIBTOOL AC_PROG_LN_S