commit | 4b0794d79d5bc2baa4f1a0c9229eaae7b10df26a | [log] [tgz] |
---|---|---|
author | Adam Tkac <atkac@redhat.com> | Fri Apr 03 14:47:50 2009 +0000 |
committer | Adam Tkac <atkac@redhat.com> | Fri Apr 03 14:47:50 2009 +0000 |
tree | 0cb62a4b192c86f6dc54149bb43f464913a20cc6 | |
parent | 804d86f3b29299439fc48143fd4ca3d8ee34e93d [diff] |
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 8c23a50..0245458 100644 --- a/common/jpeg/configure.ac +++ b/common/jpeg/configure.ac
@@ -14,6 +14,7 @@ # Checks for programs. AC_PROG_CPP AC_PROG_CC +AC_PROG_CXX AC_PROG_INSTALL AC_PROG_LIBTOOL AC_PROG_LN_S