diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-03-04 06:13:24 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-03-04 06:13:24 +0000 |
| commit | e2ecfc1416f7166aa71a796f3632576cac136919 (patch) | |
| tree | b6e3ec6615b71927746903a9f0fbbdcb6a908584 /configure.in | |
| parent | 582806ce4ef2be22f8a0823d0fe0f0c4b0094884 (diff) | |
| download | ruby-e2ecfc1416f7166aa71a796f3632576cac136919.tar.gz ruby-e2ecfc1416f7166aa71a796f3632576cac136919.tar.xz ruby-e2ecfc1416f7166aa71a796f3632576cac136919.zip | |
* configure.in: better HP-UX support.
* missing/strftime.c: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 0ea68cca9..b67dab99b 100644 --- a/configure.in +++ b/configure.in @@ -35,7 +35,7 @@ AC_SUBST(CPPOUTFILE)]) AC_DEFUN(RUBY_PROG_GNU_LD, [AC_CACHE_CHECK(whether the linker is GNU ld, rb_cv_prog_gnu_ld, -[if `$CC $CFLAGS $CPPFLAGS $LDFLAGS --print-prog-name=ld` -v 2>&1 | grep "GNU ld" > /dev/null; then +[if `$CC $CFLAGS $CPPFLAGS $LDFLAGS --print-prog-name=ld 2>&1` -v 2>&1 | grep "GNU ld" > /dev/null; then rb_cv_prog_gnu_ld=yes else rb_cv_prog_gnu_ld=no @@ -262,6 +262,7 @@ nextstep*) ;; openstep*) ;; rhapsody*) ;; darwin*) LIBS="-lobjc $LIBS";; +hpux*) ac_cv_c_inline=no;; human*) ac_cv_func_getpgrp_void=yes;; beos*) ;; cygwin*) rb_cv_have_daylight=no @@ -730,7 +731,7 @@ if test "$with_dln_a_out" != yes; then case "$target_os" in hpux*) DLDFLAGS="-E" LDSHARED='ld -b' - LDFLAGS="-Wl,-E" + XLDFLAGS="-Wl,-E" rb_cv_dlopen=yes;; solaris*) if test "$GCC" = yes; then LDSHARED='$(CC) -Wl,-G' |
