Ticket #61479: configure_minimal_jbig2dec_version.diff

File configure_minimal_jbig2dec_version.diff, 870 bytes (added by ballapete (Peter "Pete" Dyballa), 3 years ago)

Patch to help configure say "is at least"

  • ghostpdl-9.52/configure

    old new  
    88778877      # autoconf macro and b) requires pkg-config on the system, which is
    88788878      # NOT standard on ANY OS, including Linux!
    88798879      if test "x$PKGCONFIG" != x; then
    8880         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jbig2dec $JBIG2DEC_REQ with pkg-config" >&5
    8881 $as_echo_n "checking for jbig2dec $JBIG2DEC_REQ with pkg-config... " >&6; }
     8880        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jbig2dec is at least $JBIG2DEC_REQ with pkg-config" >&5
     8881$as_echo_n "checking for jbig2dec is at least $JBIG2DEC_REQ with pkg-config... " >&6; }
    88828882        if $PKGCONFIG --atleast-version=$JBIG2DEC_REQ jbig2dec; then
    88838883          { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    88848884$as_echo "yes" >&6; }