Ticket #52281: patch-configure.ac.diff

File patch-configure.ac.diff, 813 bytes (added by gwhitney, 8 years ago)
  • configure.ac

    old new  
    129129
    130130dnl This must stay after AC_CANONICAL_HOST, which defines $host.
    131131case "$host" in
    132 *openbsd*|*freebsd*)
    133         dnl Do not set '-Wl,--no-undefined' on freebsd/openbsd
     132*openbsd*|*freebsd*|*darwin*)
     133        dnl Do not set '-Wl,--no-undefined' on freebsd/openbsd/darwin
    134134        ;;
    135135*)
    136136        LDFLAGS="$LDFLAGS -Wl,--no-undefined"
     
    362362if test x"$enable_autoar" = xyes; then
    363363        PKG_CHECK_MODULES(
    364364                [AUTOAR],
    365                 [gnome-autoar >= gnome_autoar_minimum_version
    366                  gnome-autoar-gtk >= gnome_autoar_minimum_version],,
     365                [gnome-autoar-0 >= gnome_autoar_minimum_version
     366                 gnome-autoar-gtk-0 >= gnome_autoar_minimum_version],,
    367367                [AC_MSG_ERROR([
    368368
    369369        gnome-autoar or gnome-autoar-gtk not found