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.

28 lines
1.0 KiB

  1. diff -ruN p3nfs-5.19/configure p3nfs-5.19-new/configure
  2. --- p3nfs-5.19/configure 2006-02-13 14:56:32.000000000 +0100
  3. +++ p3nfs-5.19-new/configure 2006-02-13 15:13:56.000000000 +0100
  4. @@ -3364,24 +3364,6 @@
  5. done
  6. test -z "$MTAB" && { echo "mtab not found... " 1>&2; CFLAGS="${CFLAGS} -DDONT_UPDATE_MTAB";}
  7. -
  8. -
  9. -echo "$as_me:$LINENO: checking for default serial line" >&5
  10. -echo $ECHO_N "checking for default serial line... $ECHO_C" >&6
  11. -for i in /dev/tty0p0 /dev/tty00 /dev/ttyS0 /dev/ttys0 /dev/term/a /dev/ttyfa /dev/ttya /dev/tty0 /dev/ttyf1 /dev/cuaa1 ; do
  12. - if test -c $i ; then
  13. - DDEV=$i
  14. - echo "$as_me:$LINENO: result: $i" >&5
  15. -echo "${ECHO_T}$i" >&6
  16. - break
  17. - fi
  18. -done
  19. -test -z "$DDEV" && { { echo "$as_me:$LINENO: error: serial device not found... Try harder." >&5
  20. -echo "$as_me: error: serial device not found... Try harder." >&2;}
  21. - { (exit 1); exit 1; }; }
  22. -
  23. -
  24. -
  25. echo "$as_me:$LINENO: checking EPOCR5 SDK" >&5
  26. echo $ECHO_N "checking EPOCR5 SDK... $ECHO_C" >&6
  27. if test -d /local/symbian_sdk_5.0 ; then HAVE_EPOCR5=epocR5; fi