diff options
author | Adam Tkac <atkac@redhat.com> | 2009-04-03 14:47:50 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2009-04-03 14:47:50 +0000 |
commit | 4b0794d79d5bc2baa4f1a0c9229eaae7b10df26a (patch) | |
tree | 0cb62a4b192c86f6dc54149bb43f464913a20cc6 /common | |
parent | 804d86f3b29299439fc48143fd4ca3d8ee34e93d (diff) | |
download | tigervnc-4b0794d79d5bc2baa4f1a0c9229eaae7b10df26a.tar.gz tigervnc-4b0794d79d5bc2baa4f1a0c9229eaae7b10df26a.zip |
Check if C++ compiler is present.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3750 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common')
-rw-r--r-- | common/jpeg/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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 |