components/enscript/patches/enscript-solaris-build.patch
author Rich Burridge <rich.burridge@oracle.com>
Fri, 09 Aug 2013 12:58:20 -0700
branchs11-update
changeset 2723 138732f62341
permissions -rw-r--r--
17219320 Various Userland components should be back-ported to 11.2

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