diff options
| author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-22 07:03:32 +0000 |
|---|---|---|
| committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-22 07:03:32 +0000 |
| commit | 60ab3830c1843f1fa2ca91d964d8f1f97591ad74 (patch) | |
| tree | 30462e32f7ebdcf96fd907760a1fce110ac5dc22 | |
| parent | 1cfc55f73a4b05755f0689435f18aa4196709de2 (diff) | |
| download | ruby-60ab3830c1843f1fa2ca91d964d8f1f97591ad74.tar.gz ruby-60ab3830c1843f1fa2ca91d964d8f1f97591ad74.tar.xz ruby-60ab3830c1843f1fa2ca91d964d8f1f97591ad74.zip | |
* configure.in: use AC_USE_SYSTEM_EXTENSIONS.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | configure.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 4ab2446e7..aeb8ddf6f 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT() -AC_PREREQ(2.58) +AC_PREREQ(2.60) AC_ARG_WITH(baseruby, [ --with-baseruby=RUBY use RUBY as baseruby; RUBY is the pathname of ruby], @@ -243,8 +243,7 @@ AC_PROG_MAKE_SET AC_PROG_INSTALL # checks for UNIX variants that set C preprocessor variables -AC_AIX -AC_MINIX +AC_USE_SYSTEM_EXTENSIONS AC_SUBST(RM, ['rm -f']) AC_SUBST(CP, ['cp']) @@ -1624,7 +1623,6 @@ fi MINIDLNOBJ=dln.o case "$target_os" in linux*) - XCFLAGS="$XCFLAGS -D_GNU_SOURCE=1" ;; netbsd*) CFLAGS="$CFLAGS -pipe" |
