patch-configure 757 B

12345678910111213141516171819202122232425262728293031
  1. --- cups-1.4.4.orig/configure 2010-06-17 20:25:47.000000000 +0200
  2. +++ cups-1.4.4/configure 2010-10-03 01:12:27.000000000 +0200
  3. @@ -1966,7 +1966,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
  4. -uname=`uname`
  5. +uname=Linux
  6. uversion=`uname -r | sed -e '1,$s/^[^0-9]*\([0-9]*\)\.\([0-9]*\).*/\1\2/'`
  7. uarch=`uname -m`
  8. @@ -10002,8 +10002,8 @@ if test "$libdir" = "\${exec_prefix}/lib
  9. libdir="$exec_prefix/lib32"
  10. ;;
  11. Linux*)
  12. - if test -d /usr/lib64; then
  13. - libdir="$exec_prefix/lib64"
  14. + if test -d /usr/lib; then
  15. + libdir="$exec_prefix/lib"
  16. fi
  17. ;;
  18. HP-UX*)
  19. @@ -10978,7 +10978,7 @@ fi
  20. if test x$enable_debug = xyes; then
  21. OPTIM="-g"
  22. else
  23. - INSTALL_STRIP="-s"
  24. + INSTALL_STRIP=""
  25. fi
  26. if test x$enable_debug_printfs = xyes; then