mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.ac: remove unused macro
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3ca9f25b29
commit
d00c9d7e06
1 changed files with 0 additions and 4 deletions
|
@ -5,10 +5,6 @@ AC_CONFIG_AUX_DIR(tool)
|
||||||
|
|
||||||
AC_PREREQ(2.67)
|
AC_PREREQ(2.67)
|
||||||
|
|
||||||
AC_DEFUN([RUBY_PREREQ_AC],
|
|
||||||
[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]), [$1]), [-1],
|
|
||||||
AC_MSG_ERROR([Autoconf version ]$1[ or higher is required]$2))])
|
|
||||||
|
|
||||||
AC_DISABLE_OPTION_CHECKING
|
AC_DISABLE_OPTION_CHECKING
|
||||||
|
|
||||||
AC_ARG_VAR([cflags], [additional CFLAGS])
|
AC_ARG_VAR([cflags], [additional CFLAGS])
|
||||||
|
|
Loading…
Add table
Reference in a new issue