mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
3fb53f98fb
I think it is broken in -current under CJK locale because of xforms+locale. Submitted by: statue@cnpa.adsldns.org
12 lines
505 B
Plaintext
12 lines
505 B
Plaintext
--- lib/reLyX/configure.orig Tue Jul 24 21:45:16 2001
|
|
+++ lib/reLyX/configure Sun Nov 25 01:35:56 2001
|
|
@@ -568,7 +568,7 @@
|
|
# ./install, which can be erroneously created by make from ./install.sh.
|
|
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
|
|
echo "configure:571: checking for a BSD compatible install" >&5
|
|
-if test -z "$INSTALL"; then
|
|
+if test -z "$NO__INSTALL"; then
|
|
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|