On Thu, 06 Jul 2006 16:52:40 -0600, Mark Leisher wrote:
> Roo wrote:
>> %configure --with-xinput=xfree --disable-gtk-doc --without-pic
>>
> Another configure annoyance. The command line parameter to disable
> shared code is typically --disable-shared. I don't recall having seen
> --without-pic before.
It is there in the configure script.
# Check whether --with-pic or --without-pic was given.
if test "${with_pic+set}" = set; then
withval="$with_pic"
pic_mode="$withval"
else
pic_mode=default
fi;
test -z "$pic_mode" && pic_mode=default
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list