[Pidgin] #16836: configure fails due to bashisms
Pidgin
trac at pidgin.im
Sun Jan 3 20:58:39 EST 2016
#16836: configure fails due to bashisms
--------------------------+--------------------------
Reporter: lameventanas | Owner: EionRobb
Type: defect | Status: new
Milestone: | Component: unclassified
Version: 2.10.11 | Keywords:
--------------------------+--------------------------
Using dash as /bin/sh I get this configure error:
{{{
checking for LIBXML... yes
checking for gconftool-2... no
./configure: 1: ./configure: gconftool-2: not found
Using config source for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
./configure: 17934: test: xauto: unexpected operator
./configure: 18211: test: xauto: unexpected operator
./configure: 18309: test: xauto: unexpected operator
configure: error: --with-gstreamer must specify one of 0.10, 1.0 or auto.
}}}
This is due to using == to compare strings, as opposed to =.
The attached patch fixes this in 2.10.12.
--
Ticket URL: <https://developer.pidgin.im/ticket/16836>
Pidgin <https://pidgin.im>
Pidgin
More information about the Tracker
mailing list