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 /common/zlib | |
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 'common/zlib')
-rw-r--r-- | common/zlib/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/zlib/configure.ac b/common/zlib/configure.ac index 2befc77e..532012a4 100644 --- a/common/zlib/configure.ac +++ b/common/zlib/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.61]) +AC_PREREQ([2.57]) AC_INIT([zlib], [1.1.4]) AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2]) |