patch-configure 829 B

12345678910111213141516171819202122232425262728
  1. --- mozilla-1.9.2.orig/configure 2010-10-27 05:09:28.000000000 +0200
  2. +++ mozilla-1.9.2/configure 2010-12-12 12:03:54.000000000 +0100
  3. @@ -3970,7 +3970,7 @@ else
  4. echo "$ac_t""yes" 1>&6
  5. fi
  6. - for ac_prog in $PYTHON python2.5 python2.4 python
  7. + for ac_prog in $PYTHON python2.6 python2.5 python2.4 python
  8. do
  9. # Extract the first word of "$ac_prog", so it can be a program name with args.
  10. set dummy $ac_prog; ac_word=$2
  11. @@ -5625,7 +5625,6 @@ DIRENT_INO=d_ino
  12. CYGWIN_WRAPPER=
  13. WIN_TOP_SRC=
  14. MOZ_USER_DIR=".mozilla"
  15. -HOST_AR='$(AR)'
  16. HOST_AR_FLAGS='$(AR_FLAGS)'
  17. MOZ_JPEG_CFLAGS=
  18. @@ -17895,7 +17894,7 @@ echo "configure:17889: checking for SQLI
  19. else
  20. if test "$cross_compiling" = yes; then
  21. - ac_cv_sqlite_secure_delete=no
  22. + ac_cv_sqlite_secure_delete=yes
  23. else
  24. cat > conftest.$ac_ext <<EOF