mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
600 B

  1. For some (outdated?) reason the damn configure does want to have a
  2. -pc- in the host type specified - which we do not have anymore (for
  3. professionality reasons).
  4. - Rene Rebe <rene@rocklinux.org>
  5. --- scilab-2.7/configure.orig 2003-02-06 08:42:04.000000000 +0100
  6. +++ scilab-2.7/configure 2004-03-04 15:09:18.000000000 +0100
  7. @@ -7362,7 +7362,7 @@
  8. MAKEFILE_TARGET=Makefile.linux
  9. ;;
  10. # Linux ELF: all standard distributions
  11. - *-pc-linux-gnu)
  12. + *-*-linux-gnu)
  13. LIEEELIB=
  14. echo "$as_me:7367: checking for main in -lieee" >&5
  15. echo $ECHO_N "checking for main in -lieee... $ECHO_C" >&6