gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamm Maguire <camm@debian.org>2002年02月01日 19:55:41 +0000
committerCamm Maguire <camm@debian.org>2002年02月01日 19:55:41 +0000
commiteb7ea5d1cfd732959f71968e67c5b7bb1d68b0dd (patch)
treec78af25b4187ce4ceb6fec7d6765d77aac18b1be
parent60f64b8827db94763f64cbd9113a01247fb0c000 (diff)
downloadgcl-eb7ea5d1cfd732959f71968e67c5b7bb1d68b0dd.tar.gz
test -e -> test -f for solaris in configure.in
Diffstat
-rw-r--r--gcl/configure.in 2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcl/configure.in b/gcl/configure.in
index 2f8cfa04d..2b183038a 100644
--- a/gcl/configure.in
+++ b/gcl/configure.in
@@ -834,7 +834,7 @@ if test $use_gmp = yes ; then
*)
(cd gmp ; ./configure) ;;
esac
- test -e gmp/mpn/add_n.* || cp gmp/mpn/generic/*.c gmp/mpn/
+ test -f gmp/mpn/add_n.* || cp gmp/mpn/generic/*.c gmp/mpn/
GMP=1
AC_DEFINE(GMP)
AC_SUBST(GMP)
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月02日 17:19:00 +0000

AltStyle によって変換されたページ (->オリジナル) /