[PyKDE] Very, very, minor error in configure --help

Pete Ware ware at cis.ohio-state.edu
Thu Mar 30 22:51:38 BST 2000


In PyQt-0.11, ./configure --help says
   ...
  --with-sip-library=DIR  SIP library is in DIR

it should be
  --with-sip-libraries=DIR

or the option needs to be changed.  I'd presume in acinclude.m4, line
251 should change from :

	AC_ARG_WITH(sip-libraries,
		[  --with-sip-library=DIR  SIP library is in DIR])
to:
	AC_ARG_WITH(sip-libraries,
		[  --with-sip-libraries=DIR  SIP library is in DIR])

It still needs gmake on Solaris, not make.

--pete




More information about the PyQt mailing list