Skip to content

Commit d765991

Browse files
committed
Still allow autoconf 2.68
It seems to be compatible with the newer macros
1 parent 0e2345f commit d765991

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# aclocal.m4 and Makefile.in. See also: http://tinyurl.com/hatuyfn
44
# --------------------------------------------------------------
55
AC_INIT([libmesh],[1.8.0-pre],[https://github.com/libMesh/libmesh/discussions],[libmesh],[http://libmesh.github.io])
6-
AC_PREREQ([2.71])
6+
AC_PREREQ([2.68])
77

88
# by default CFLAGS and CXXFLAGS are set to '-g -O2' on systems that support them.
99
# this causes a problem if we then declare a different optimization level. So

0 commit comments

Comments
 (0)