jim         97/07/24 19:13:00

  Modified:    src/helpers  TestCompile
  Log:
  Error checking: TestCompile should error out if not called either with
   ansi or lib
  
  Revision  Changes    Path
  1.2       +3 -0      apache/src/helpers/TestCompile
  
  Index: TestCompile
  ===================================================================
  RCS file: /export/home/cvs/apache/src/helpers/TestCompile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestCompile       1997/07/25 02:03:17     1.1
  +++ TestCompile       1997/07/25 02:12:59     1.2
  @@ -37,6 +37,9 @@
       "ansi")
        TLIB=""
        ;;
  +    *)
  +     exit
  +     ;;
   esac
   
   #
  
  
  

Reply via email to