summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-12-23 19:46:50 +0000
committerRoland McGrath <roland@redhat.com>1993-12-23 19:46:50 +0000
commit66784463c07a09856b3aea816c39f6906109a23f (patch)
tree57197ef2c14499fd11f17a4c9cd27a38ed9a9d96 /configure.in
parentfe450df4257a1fe45410bd630e8f25041a486cd6 (diff)
downloadgunmake-66784463c07a09856b3aea816c39f6906109a23f.tar.gz
Formerly configure.in.~32~
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f6783cd..eb29345 100644
--- a/configure.in
+++ b/configure.in
@@ -81,8 +81,8 @@ else
AC_DEFINE(SCCS_GET, "get")
fi
ac_clean_files="$ac_clean_files s.conftest conftoast" # Remove these later.
-if ( /usr/sccs/admin -n s.conftest >/dev/null 2>&1 ||
- admin -n s.conftest >/dev/null 2>&1 ) && test -f s.conftest; then
+if ( /usr/sccs/admin -n s.conftest || admin -n s.conftest ) >/dev/null 2>&1 &&
+ test -f s.conftest; then
# We successfully created an SCCS file.
echo checking if SCCS get command understands -G
if $SCCS_GET s.conftest -Gconftoast >/dev/null 2>&1 &&