patch-scripts_ax_check_zlib_m4 421 B

1234567891011
  1. --- libtorrent-0.13.6.orig/scripts/ax_check_zlib.m4 2015-08-08 17:01:32.000000000 +0200
  2. +++ libtorrent-0.13.6/scripts/ax_check_zlib.m4 2016-05-25 21:33:01.003893982 +0200
  3. @@ -79,7 +79,7 @@ AC_ARG_WITH([zlib],
  4. AC_MSG_RESULT(yes)
  5. if test -d "$withval"
  6. then
  7. - zlib_places="$withval $zlib_places"
  8. + zlib_places="$withval"
  9. else
  10. AC_MSG_WARN([Sorry, $withval does not exist, checking usual places])
  11. fi