diff options
author | Adam Tkac <atkac@redhat.com> | 2009-03-13 13:58:44 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2009-03-13 13:58:44 +0000 |
commit | 4f0f7db92b11a87660424132bfbbf872ec3cc2e6 (patch) | |
tree | b2fe85322d9f205c56ee5484201b57641779cc29 /unix/configure.ac | |
parent | 3f869259bfb9ece41e2997d009f9fee4c4a76d73 (diff) | |
download | tigervnc-4f0f7db92b11a87660424132bfbbf872ec3cc2e6.tar.gz tigervnc-4f0f7db92b11a87660424132bfbbf872ec3cc2e6.zip |
Make source compilable via GNU autotools which are part of RHEL 5.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3676 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/configure.ac')
-rw-r--r-- | unix/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.ac b/unix/configure.ac index 058218d2..dd2b6333 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ([2.61]) +AC_PREREQ([2.57]) AC_INIT([tigervnc], [0.0.90], [http://www.tigervnc.org]) AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2]) |