patch-configure 641 B

12345678910111213141516171819202122232425
  1. --- cups-1.4.2.orig/configure 2009-11-10 00:04:25.000000000 +0100
  2. +++ cups-1.4.2/configure 2010-01-07 23:11:46.635118361 +0100
  3. @@ -9850,8 +9850,8 @@ if test "$libdir" = "\${exec_prefix}/lib
  4. libdir="$exec_prefix/lib32"
  5. ;;
  6. Linux*)
  7. - if test -d /usr/lib64; then
  8. - libdir="$exec_prefix/lib64"
  9. + if test -d /usr/lib; then
  10. + libdir="$exec_prefix/lib"
  11. fi
  12. ;;
  13. HP-UX*)
  14. @@ -10260,11 +10260,6 @@ _ACEOF
  15. # Server executables...
  16. case "$uname" in
  17. - *BSD* | Darwin*)
  18. - # *BSD and Darwin (MacOS X)
  19. - INSTALL_SYSV=""
  20. - CUPS_SERVERBIN="$exec_prefix/libexec/cups"
  21. - ;;
  22. *)
  23. # All others
  24. INSTALL_SYSV="install-sysv"