usr/src/cmd/sane-frontends/frontconfigure.patch
author Cyril Plisko <cyril.plisko@grigale.com>
Mon, 21 Mar 2011 01:49:39 -0800
changeset 72 82bde2a81435
parent 0 b34509ac961f
permissions -rw-r--r--
Import sfw build 162 Bugs Fixed ---------- 7021535 remove bison runtime bits from SUNWgccruntime 7023530 remove even more things from sfw 7023710 net-ssleay 1.35 in SFW does not build with OpenSSL 1.0.0 7024341 emacs doesn't build on 160

*** sane-frontends-1.0.14/configure	Sun Sep 18 19:48:18 2005
--- configure	Tue Mar 18 11:53:27 2008
***************
*** 1817,1822 ****
--- 1817,1824 ----
  echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
  # If not cross compiling, check that we can run a simple program.
+ tmpval=$cross_compiling
+ cross_compiling=yes
  if test "$cross_compiling" != yes; then
    if { ac_try='./$ac_file'
    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
***************
*** 1842,1847 ****
--- 1844,1850 ----
  echo "$as_me:$LINENO: result: yes" >&5
  echo "${ECHO_T}yes" >&6
  
+ cross_compiling=$tmpval
  rm -f a.out a.exe conftest$ac_cv_exeext b.out
  ac_clean_files=$ac_clean_files_save
  # Check the compiler produces executables we can run.  If not, either