chuck       96/08/17 10:27:34

  Modified:    src       Configure
  Log:
  Submitted by: Chuck Murcko
  Add missing /; escape "-" as a grep arg ("-lsocks")
  
  Revision  Changes    Path
  1.11      +1 -1      apache/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configure,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -C3 -r1.10 -r1.11
  *** Configure 1996/08/17 14:18:20     1.10
  --- Configure 1996/08/17 17:27:32     1.11
  ***************
  *** 290,296 ****
        # Set flag and check Makefile for -lsocks line
        CFLAGS="$CFLAGS -Dconnect=Rconnect -Dselect=Rselect"
        CFLAGS="$CFLAGS -Dgethostbyname=Rgethostbyname"
  !     if grep "EXTRA_" Makefile | grep "-lsocks" > /dev null; then
        :
        else
        LIBS="$LIBS -L/usr/local/lib -lsocks"
  --- 290,296 ----
        # Set flag and check Makefile for -lsocks line
        CFLAGS="$CFLAGS -Dconnect=Rconnect -Dselect=Rselect"
        CFLAGS="$CFLAGS -Dgethostbyname=Rgethostbyname"
  !     if grep "EXTRA_" Makefile | grep "\-lsocks" > /dev/null; then
        :
        else
        LIBS="$LIBS -L/usr/local/lib -lsocks"
  
  
  

Reply via email to