components/enscript/patches/enscript-solaris-build.patch
author Jiri Sasek <Jiri.Sasek@Oracle.COM>
Mon, 07 Jul 2014 04:16:19 -0700
changeset 1986 ec77e9bb9f57
parent 1132 a62391631ea1
permissions -rw-r--r--
17027615 smbd still dumps core with patch 119758-27(SAMBA 3.6.12) in AIO mode with SAMFS

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