From: Roland McGrath Date: Fri, 17 Dec 1993 20:31:32 +0000 (+0000) Subject: Formerly configure.in.~30~ X-Git-Tag: 3.70.2~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96d67bce903032034778c513d3cce710a0c01f50;p=thirdparty%2Fmake.git Formerly configure.in.~30~ --- diff --git a/configure.in b/configure.in index d077920e..99104b04 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 >/dev/null 2>&1 || + 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 -Gconftoast s.conftest && test -f conftoast; then