Formerly configure.in.~31~
authorRoland McGrath <roland@redhat.com>
Wed, 22 Dec 1993 22:00:41 +0000 (22:00 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 22 Dec 1993 22:00:41 +0000 (22:00 +0000)
configure.in

index 99104b0..f6783cd 100644 (file)
@@ -85,9 +85,8 @@ 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
-    : # All is well.
-  else
+  if $SCCS_GET s.conftest -Gconftoast >/dev/null 2>&1 &&
+     test -f conftoast; then
     AC_DEFINE(SCCS_GET_MINUS_G)
   fi
 fi