summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorpixel <pixel>2003-11-25 10:44:12 +0000
committerpixel <pixel>2003-11-25 10:44:12 +0000
commit9068113e6246a99881b463a2eb94418d154a5452 (patch)
treeb7f5ab5e539aa091d9ef2d2c5df5dc9bc77fc31a /configure.ac
parent7fba30e97d12d2c9fb9cfeea0df82f5b6c0e7d52 (diff)
Fixing Linux port of mmap
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8942d5e..96caac4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.56)
+AC_PREREQ(2.50)
AC_INIT([Baltisot],[0.1.0],[pixel@nobis-crew.org])
AM_INIT_AUTOMAKE(Baltisot, 0.1.0)
AC_CONFIG_SRCDIR(src/Main.cc)