patch-configure_ac 681 B

123456789101112131415161718192021222324
  1. --- jack-5013bed0b834d0af1ce36077e2b49ed95934fe99.orig/configure.ac 2016-05-02 23:06:52.000000000 +0200
  2. +++ jack-5013bed0b834d0af1ce36077e2b49ed95934fe99/configure.ac 2016-05-02 23:20:22.128238520 +0200
  3. @@ -190,21 +190,7 @@ esac
  4. AC_SUBST(OS_LDFLAGS)
  5. -#
  6. -# We need to establish suitable defaults for a 64-bit OS
  7. libnn=lib
  8. -case "${host_os}" in
  9. - linux*)
  10. - case "${host_cpu}" in
  11. - x86_64|mips64|ppc64|sparc64|s390x)
  12. - libnn=lib64
  13. - ;;
  14. - esac
  15. - ;;
  16. - solaris*)
  17. - ## libnn=lib/sparcv9 ## on 64-bit only, but that's compiler-specific
  18. - ;;
  19. -esac
  20. ## take care not to override the command-line setting
  21. if test "${libdir}" = '${exec_prefix}/lib'; then