
config_query GTK2 "Build for gtk+2 (requires wxGTK > 2.4.2 --not available yet) ?" n 

if [ $GTK2 == y ]
then
	export OPTS="$OPTS --enable-gtk2"
fi

echo "OPTS==$OPTS"

