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.

13 lines
342 B

  1. This prevents the creation of a temporary file outside the root directory
  2. --- ./configure~ 2007-08-27 18:53:31.000000000 +0200
  3. +++ ./configure 2007-08-27 18:54:52.000000000 +0200
  4. @@ -3557,6 +3557,8 @@
  5. ac_cv_sys_long_file_names=no
  6. rm -rf $ac_xdir 2>/dev/null
  7. break
  8. + else
  9. + break
  10. fi
  11. rm -rf $ac_xdir 2>/dev/null
  12. done