components/enscript/patches/enscript-solaris-build.patch
author Yiteng Zhang <yiteng.zhang@oracle.com>
Tue, 04 Oct 2016 11:04:14 -0700
branchs11u3-sru
changeset 7033 a49f9f0272f2
parent 2723 138732f62341
permissions -rw-r--r--
22599190 problem in LIBRARY/CURL

diff -urN enscript-1.6.4/configure.in enscript-1.6.4.new/configure.in
--- enscript-1.6.4/configure.in	2003-03-05 07:26:16.000000000 +0000
+++ enscript-1.6.4.new/configure.in	2011-01-28 13:53:00.246166007 +0000
@@ -25,9 +25,9 @@
   fi
 )
 
-if test "X$CC" = "X"; then
+#if test "X$CC" = "X"; then
   AC_PROG_CC
-fi
+#fi
 
 AC_ISC_POSIX
 AM_C_PROTOTYPES