Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 117490 | Differences between
and this patch

Collapse All | Expand All

(-)scilab-4.0/configure.in (+6 lines)
Lines 901-906 Link Here
901
    # g77 already asked and found: good
901
    # g77 already asked and found: good
902
    if test "$WITH_G77" = yes; then
902
    if test "$WITH_G77" = yes; then
903
      FC=g77
903
      FC=g77
904
    elif test "$WITH_GFORTRAN" = yes;then
905
      FC=gfortran
906
      FC_OPTIONS="-O -ff2c"
907
      FC_OPTIONS_O0="-ff2c"
908
      FC_PICFLAGS=-fPIC
909
      AC_DEFINE(G95_FORTRAN)
904
    # option with-f2c
910
    # option with-f2c
905
    elif test "$with_f2c" = yes; then
911
    elif test "$with_f2c" = yes; then
906
      AC_CHECK_PROG(F2C,f2c,yes,no)
912
      AC_CHECK_PROG(F2C,f2c,yes,no)

Return to bug 117490