components/enscript/patches/enscript-solaris-build.patch
author Kristina Tripp <Kristina.Tripp@oracle.com>
Thu, 09 Oct 2014 15:53:40 -0700
branchs11-update
changeset 3378 8c7eb3630145
parent 2723 138732f62341
permissions -rw-r--r--
PSARC/2014/275 Hiera 1.3.4 19137944 Add hiera to userland consolidation 19623766 hiera-19 package not installed if ruby-19 not installed

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