components/enscript/patches/enscript-solaris-build.patch
branchs11-update
changeset 2723 138732f62341
equal deleted inserted replaced
2722:dc566ca73390 2723:138732f62341
       
     1 diff -urN enscript-1.6.4/configure.in enscript-1.6.4.new/configure.in
       
     2 --- enscript-1.6.4/configure.in	2003-03-05 07:26:16.000000000 +0000
       
     3 +++ enscript-1.6.4.new/configure.in	2011-01-28 13:53:00.246166007 +0000
       
     4 @@ -25,9 +25,9 @@
       
     5    fi
       
     6  )
       
     7  
       
     8 -if test "X$CC" = "X"; then
       
     9 +#if test "X$CC" = "X"; then
       
    10    AC_PROG_CC
       
    11 -fi
       
    12 +#fi
       
    13  
       
    14  AC_ISC_POSIX
       
    15  AM_C_PROTOTYPES
       
    16